#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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t9DBA673F346A23962F71DD8221D1885FA49E5621; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t61BA5E64039F2D81BBE92125E5BDC481B0B8008C; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_tFA39B2E3CB48FAC75320DF5CCA8C60F8F25B8AA6; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_tD3E7A41E432EA1172007E3229D12A961F4EA5618; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t74DCFC1690BFEAC4C9C04EA47A5149CFFEBDECA3; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t9704E527DB85159E937F701B75B7358A47161B20; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t8A2721EF323EBA4DDC37A3E40B2A1A2FEE69BABD; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t77519FEF3451DA31A14BE91264DAEA7B827FF6A9; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tA2E0179119F364256D350524DFD331AF8D0627A8; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t5B9FF200050A02478716E2331DAAC60949318771; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t2CDCE9102616240A5B2C515ACC1E8BC18E6559C1; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tC19EFDC402C8FF1E0079ACE4C2AAF9DCAB362C1A; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tD9C414F81A2F8051288AF2CC214F6ECF95618133; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tA9A79C44B5A35EF7D8670ACAA0FDE1E9B1893CE6; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t545A6CA317A63549C42ACC0F2DE9CDDED05DE292; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tDE564748E0D08F0911D5F66EC266A7D8D1D9C8C1; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t9CC0F0EF8C53181D17042FD5EA0EEAFE118D1712; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t8288EEEAEAC4FA6C4798EFF28B1260DB1E51B8D2; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tF518D434F55455192E68750B2F47000D81972624; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tDCDF60CB3091F574FBC94B6FC33B39F4030DDF95; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tB7B64CC3372026B31611AF42D5277F255FD6F1F1; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t637410026D7DB8A4345DDA7013DAA49F97D4AAF4; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t620577AA6C306F2AD4C80AE91F1DFBDADA3F4335; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tC8461BB08F1C27B02AACEAF5573FCBA92F008212; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t450D608D2665DBE9920B893EE6BBB4E84830696C; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t0BC61F63F5E3D33C0EF367DC2C9DE2F2D53F8E24; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tC3FB1FBDE057829EEC815B4A2E626B91442CF6D7; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tE515E8FEF3F23674CD96CAD572BD5B72158C903D; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t5DE342C782FCA51F625302E36D2FDA494B5DC6A3; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t7B59C8AAFC924D3BDE5B827FF5E1B1457DF7A451; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tF6EA58DEDBDE7970CE003CB091BA32A27B1AA941; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tFF4F25818DB9BF9D7212130139052297E95B7C57; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t6168826670EF392DC444F696DCD3800224DF027F; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t46ED80F638D75971F17CBA083D978CE3D8016BE9; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t38C97744094540FE14B57206353F54FE92B8DA85; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tA6053EDC5E4677A6E7EED2EAF0F50A00B633A277; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t5411C21DD0D2DE2193B63EA8C5812252F5CB7A17; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tFFBCBEE2DCA553DA988618BFCF7C901AC0E28F96; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t497E44183B148DCC00443442B421420FA0B17B0F; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t56B3DD730F3E1E3B0EC707A26EDBD9F07F614514; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t1493E5C1FC71DB3C35424F5D8244FA48A4488605; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tF1328713EFC9D1E8018D00038F4FE6E3FA8B786B; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tBF89949AB0077102FAC30C24695994EE96067F14; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t83A24DFA1EA96705BD7E1C7B45EDC8E84EE286D5; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tB9C255FF1553F2DF4B85B383EEED28C445ACE051; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t84A0D0F1D3C7D6B768C678A9F07000BD199A6386; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t337A96D4C2ECE501DF1A2EE92BA03466DD8F3C36; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tAC0C460DACF7ABE50428A9D4E3C04DE5F30659F5; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t2521EC7227F2441CA06763EE362F76F976E9C8BE; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t606C5B018B3F459309E4E5FA673C74C411B93602; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t60AE4EF5457EF571D99AC0725072392524B33F2A; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t36FCAF731A2CF3EC42FDD3D7CA7F0E26E30E8119; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t78E25BE7D2AC2CAAB12795801CDAE0A6FCB9D913; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t628D83D765145525A95BBB802F8C246CF52EB6AF; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tB472C6C5F2B0AC7032F5164B4A3BC22C8FC0E968; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tDA4C0F7395FDC02FA89DB30A2FCABA12B10E858B; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t7C47B730409F9403B20F75B291D033D5550B165F; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t4D2E8B68DA48E0EE2D6F69F22F2D5EF50B0BF634; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t1D7310B9C1C1F17C918509981A7FDCAE60FFCD71; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t87EE16E6ACC5A079ED33196D69DD0E6A4C182F47; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tF169EA8B8DFEC4EDD0F5CD6F524503A56E29E49E; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t29C0A0151322244D234005248CDD8271C8C76148; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t91A7353187527ED305D8FF0372BE596C5A5A5BBC; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t3F5CEABA60CA8E621FE048B08E9D64623729E203; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tDB483913735FC716117EB6DB84A408F4A9573AB8; // System.ComponentModel.BindingList`1 struct BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t2A4D1BC9B320F1FC59206AE174885A9EFC4624C1; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_tB7403CD6EAA46FB635E2C18BA5CA1D417B486099; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t15FC775B71D161A08842933639D56D5A040F23F2; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t2DF89248A7918A8DBA186FABC2D2F1D9B94FF473; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t772C5618BCA7C81D2618B9325ACEA9A8B5343AE0; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t4C4564645FE5C5C91E18BC7E5E740957F4715B2D; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t9C715E54943A6766AE21EFB6CE343E4431428A6E; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_tBCBB4508EDAD05678B1380FC215D7FE39E876F9B; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t8C0E83E98D3B6F716817284A80C71B61CD3697B0; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_tF7B9ED02AA5A1CA71F19A667A92E512ACFCBB45B; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t1F038C002BC4D6E0723BACD7D96EC87A91C272A7; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t1F9551FE0B8DA97E49CB600F0D00CA76FF9BAD45; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t8F07AEB332BA466F8D270763C482E7C226AE684C; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t0370EBCEB3A061B4E1D6FD77405BA621D93E26A7; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_tD753C5FB5B235DD2EFFBC96EBB1AF5861800A7A7; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t942B4CCF670801A6936C5E09CF074DD4ED59D4D5; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t9F378E57C97FD9A0CAD3C697A935A88C3042F958; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t41D198B80342856514ECBA39B1B213BAD9E7C36A; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t7A56F619F65E1A7327343C86C136622503D15DD5; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320; // 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; // 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.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t3D009FA40001B0A5045C1E9E0F15983D282D969C; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1 struct IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t14C3F7FC177A53FE7FBA514E30E0DCF43DE66980; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t3DB40800F84501170FEFE6BCC80F5EE350F35FCA; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t09F58DEAC788108F0AC1CCE6E48437A32C2438D2; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tA6E43A87B098B770B48D9BA78C570074DDE2FAD9; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t7EB6E645B98CBD5EF01D1B19642BAD3E27325927; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tBE38F9AD2FDC88B431B1EF740B56507BE71D5397; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1238B62BB56D9E23F44FC7A2B36E11EE27B5128E; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t5049019B69EAB8A3687E31ABFC860F79D3DC8F59; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t0E58529647DDD802F0C6D24DFC2FBB1EF859A8BD; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1ED1743A8FA2972B2CD8FA1538C9EE04CB392595; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t63979B6DCB773FF5A2F50F51FF63F8F62761B150; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t393B86712E02FF7B9A8EAAD1781FFE78C7062793; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tBD9EF9BDE1942AD95426C5484819A0134199E9F0; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t45BE12EB5478AD3790D146BBAA7F6A40BD189BED; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tEBEA7DECA6156C7046FA79FB3B41EBAE37231D38; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t09D880A322D53ADCC6505855F08CFAEDF039BC7C; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t231D01AB881C6F1790352F5DF1E25D83E5B3D2FB; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1082ABA65F6A59C48A24745CC68C208846051326; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tAB65AB6A81DFB71D30A57CC7AE9238A77FC1BCCD; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t6ABDEE3190323204FDCF27812B18C1915FF569DE; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t9674C5627EE53C03E8CDECBC82BE042F55C6B9EE; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t1A120275840E1738815101FE259C5DC5983579FD; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t95B6C6E99FE50F50D51542429B063BCD716C4E2B; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tDB52689ACC41B98F67B387E53E408521E84E359E; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t5BAC57FE9C83858F720EEB4D9871C60642C7508F; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t90E740182FCFF4923490B523AE95DA518929C296; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_tE1D9AD4E333AD11E20DE40D595002CA97033B1E5; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t39D660CE2B695D18846209A0E5845D57B646C363; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t81EF881D4B12A8123F40B3B3E5C6C01FF77E4DBE; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t394047943890FC4DBDB1EE544D8FDF26F722C721; // System.Collections.Generic.IReadOnlyList`1 struct IReadOnlyList_1_t950DA25F988D972099CDD0BE2785520ED66BD84F; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877; // 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_tB83434DCD10359B8CC0498279D4B9233A007DC95; // 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_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1; // 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.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499; // System.Lazy`1> struct Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84; // System.Lazy`1 struct Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134; // System.Lazy`1 struct Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E; // System.Lazy`1 struct Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363; // System.Collections.Generic.List`1 struct List_1_t127105002F7682368A9E8A0D229148FF349A3088; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102; // System.Pinnable`1> struct Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA; // System.Pinnable`1> struct Pinnable_1_t995246336920565198FB5642AAE104F3134A3468; // System.Pinnable`1> struct Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A; // System.Pinnable`1> struct Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B; // System.Pinnable`1> struct Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146; // System.Pinnable`1> struct Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE; // System.Pinnable`1> struct Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3; // System.Pinnable`1> struct Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103; // System.Pinnable`1> struct Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF; // System.Pinnable`1> struct Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9; // System.Pinnable`1> struct Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F; // System.Pinnable`1> struct Pinnable_1_t76758360C06982977C68715853C878A47E8602EA; // System.Pinnable`1> struct Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770; // System.Pinnable`1> struct Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB; // System.Pinnable`1> struct Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975; // System.Pinnable`1> struct Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C; // System.Pinnable`1> struct Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85; // System.Pinnable`1> struct Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45; // System.Pinnable`1> struct Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2; // System.Pinnable`1> struct Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868; // System.Pinnable`1> struct Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56; // System.Pinnable`1> struct Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9; // System.Pinnable`1> struct Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B; // System.Pinnable`1> struct Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A; // System.Pinnable`1> struct Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23; // System.Pinnable`1> struct Pinnable_1_t0AA4E67BBB8E7F637CD6FDE0B68DA7D39291FD15; // System.Pinnable`1> struct Pinnable_1_t4F861D93BFD7A929862E5CC32F8B8145B930CE9F; // System.Pinnable`1> struct Pinnable_1_tC33FAE586FF07509B38B7DA97CF676E5324D5D6A; // System.Pinnable`1> struct Pinnable_1_t12F86D27BA482F8319721987D51221EB1C6BD3BD; // System.Pinnable`1 struct Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED; // System.Pinnable`1 struct Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD; // System.Pinnable`1 struct Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A; // System.Pinnable`1 struct Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF; // System.Pinnable`1 struct Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637; // System.Pinnable`1 struct Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF; // System.Pinnable`1 struct Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03; // System.Pinnable`1 struct Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A; // System.Pinnable`1 struct Pinnable_1_t3A8EE2F3825EC4CD95AD825F07D3DC69BDA00D98; // System.Pinnable`1 struct Pinnable_1_t2969AF2C77E47D43A3D45E1675ED3BC93A3A84FC; // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110; // System.Pinnable`1 struct Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF; // System.Pinnable`1 struct Pinnable_1_tE2DE73C81C160A9817AE43D6C3FDD7207F767F30; // System.Pinnable`1 struct Pinnable_1_t89DACD2FDA1B9C8509FF35CA33AF127D792974DC; // System.Pinnable`1 struct Pinnable_1_tB520ED23EEC8445025664385CC72062DB240E9C6; // System.Pinnable`1 struct Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5; // System.Pinnable`1 struct Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D; // System.Pinnable`1 struct Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B; // System.Pinnable`1 struct Pinnable_1_tAB8D1CBEB16D5D59A9D4556BC106DD65A5B4C777; // System.Pinnable`1 struct Pinnable_1_t2B5818FCEB043409BD3A4AB321D09A4F2DF97C2D; // System.Pinnable`1 struct Pinnable_1_t6E8050005F0F2BCBB1CE04B5CFFB89046B9D3CE3; // System.Pinnable`1 struct Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773; // System.Pinnable`1 struct Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC; // System.Pinnable`1 struct Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E; // System.Pinnable`1 struct Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0; // System.Pinnable`1 struct Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3; // System.Pinnable`1 struct Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56; // System.Pinnable`1 struct Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804; // System.Pinnable`1 struct Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8; // System.Pinnable`1 struct Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4; // System.Pinnable`1 struct Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D; // System.Pinnable`1 struct Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF; // System.Pinnable`1 struct Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF; // System.Pinnable`1 struct Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63; // System.Pinnable`1 struct Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716; // System.Pinnable`1 struct Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF; // System.Pinnable`1 struct Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C; // System.Pinnable`1 struct Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1; // System.Pinnable`1 struct Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731; // System.Pinnable`1 struct Pinnable_1_t01E25867A74BA9E2F5864D1AE67CEF3A298AC056; // System.Pinnable`1 struct Pinnable_1_t4E40323FD6DE85A9C83E29C1A0CFB7EFDE2B1424; // System.Pinnable`1 struct Pinnable_1_t3B742081A1376493154D1C8EDC37C5B6DBA931A6; // System.Pinnable`1 struct Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0; // SixLabors.ImageSharp.PixelFormats.A8[] struct A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B; // SixLabors.ImageSharp.PixelFormats.Abgr32[] struct Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283; // SixLabors.ImageSharp.PixelFormats.Argb32[] struct Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // SixLabors.ImageSharp.PixelFormats.Bgr24[] struct Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8; // SixLabors.ImageSharp.PixelFormats.Bgr565[] struct Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4; // SixLabors.ImageSharp.PixelFormats.Bgra32[] struct Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581; // SixLabors.ImageSharp.PixelFormats.Bgra4444[] struct Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC; // SixLabors.ImageSharp.PixelFormats.Bgra5551[] struct Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775; // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8[] struct Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // SixLabors.ImageSharp.PixelFormats.Byte4[] struct Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // SixLabors.ImageSharp.ComplexVector4[] struct ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // SixLabors.ImageSharp.PixelFormats.HalfSingle[] struct HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454; // SixLabors.ImageSharp.PixelFormats.HalfVector2[] struct HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8; // SixLabors.ImageSharp.PixelFormats.HalfVector4[] struct HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // SixLabors.ImageSharp.PixelFormats.L16[] struct L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D; // SixLabors.ImageSharp.PixelFormats.L8[] struct L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236; // SixLabors.ImageSharp.PixelFormats.La16[] struct La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C; // SixLabors.ImageSharp.PixelFormats.La32[] struct La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE; // SixLabors.ImageSharp.PixelFormats.NormalizedByte2[] struct NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3; // SixLabors.ImageSharp.PixelFormats.NormalizedByte4[] struct NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E; // SixLabors.ImageSharp.PixelFormats.NormalizedShort2[] struct NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE; // SixLabors.ImageSharp.PixelFormats.NormalizedShort4[] struct NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; // SixLabors.ImageSharp.PixelFormats.Rg32[] struct Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E; // SixLabors.ImageSharp.PixelFormats.Rgb24[] struct Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284; // SixLabors.ImageSharp.PixelFormats.Rgb48[] struct Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058; // SixLabors.ImageSharp.PixelFormats.Rgba1010102[] struct Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92; // SixLabors.ImageSharp.PixelFormats.Rgba32[] struct Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9; // SixLabors.ImageSharp.PixelFormats.Rgba64[] struct Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885; // SixLabors.ImageSharp.PixelFormats.RgbaVector[] struct RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4; // SixLabors.ImageSharp.PixelFormats.Short2[] struct Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0; // SixLabors.ImageSharp.PixelFormats.Short4[] struct Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; // System.ComponentModel.AddingNewEventArgs struct AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor struct BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor struct BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD; // 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.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile struct ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag struct ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49; // SixLabors.ImageSharp.Processing.Processors.Transforms.FlipProcessor struct FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A; // SixLabors.ImageSharp.GraphicsOptions struct GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // SixLabors.ImageSharp.IO.IFileSystem struct IFileSystem_tC69B6614586AB2F610D79E6C47189275D30486C2; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory struct IImageProcessingContextFactory_tC47D420D349BF819E0E7F349FDFB058267BAC426; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor struct IImageProcessor_t94BE8FDA2FCAD1C2B79CED7BA65B58B940FF19AD; // SixLabors.ImageSharp.PixelFormats.IPixel struct IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler struct IResampler_t9A142A7233BBEE53FCB8BD13C55D02D1FF50A479; // 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.Metadata.Profiles.Iptc.IptcProfile struct IptcProfile_tFEBFE40FC2A73A65B70000A053A7F803AF5AD70E; // System.ComponentModel.ListChangedEventArgs struct ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // System.Reflection.MethodInfo struct MethodInfo_t; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // SixLabors.ImageSharp.Formats.PixelTypeInfo struct PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor struct RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.String struct String_t; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // SixLabors.ImageSharp.Metadata.Profiles.Xmp.XmpProfile struct XmpProfile_t30D7B57E621D5D07C47B88E154E9B1F811B0A030; IL2CPP_EXTERN_C RuntimeClass* Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBindingList_t9B4129153E26A49DB87AEA0C4B3C4C64520F78E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_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* _stringLiteralFFC5AA3E4E8A7D479AE635797BE5C940534C37F6; IL2CPP_EXTERN_C const RuntimeMethod* BidirectionalDictionary_2_Set_m1430EC18429D43DD8FE1D14AD4E97DC3DBB3F0FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BindingList_1_ApplySortCore_mB441E61952C38967B6A2BF6B14D7CF280176575F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BindingList_1_FindCore_mEA383AEEC8B3EE68ECB0B3FF76E6AF7283838F1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BindingList_1_RemoveItem_m1BC82E4DA144FDF09CB7DD99EA68BC89E8D5FB72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BindingList_1_RemoveSortCore_m228BCBAE9C46E144045C09C0EBF6C304559C634E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_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 MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067; struct MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750; struct MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617; struct MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825; struct MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754; struct MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE; struct MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A; struct MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB; struct MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0; struct MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6; struct MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067; struct MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279; struct MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC; struct MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7; struct MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C; struct MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783; struct MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F; struct MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3; struct MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4; struct MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8; struct MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C; struct MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D; struct MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64; struct MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109; struct MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD; struct MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140; struct MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5; struct MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD; struct MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0; struct A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B; struct Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283; struct Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948; struct Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8; struct Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4; struct Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581; struct Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC; struct Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775; struct Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765; struct ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5; struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454; struct HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8; struct HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D; struct L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236; struct La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C; struct La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE; struct NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3; struct NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E; struct NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE; struct NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83; struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; struct Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E; struct Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284; struct Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058; struct Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92; struct Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9; struct Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885; struct RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4; struct Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0; struct Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; 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 // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 : public RuntimeObject { public: // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_firstToSecond RuntimeObject* ____firstToSecond_0; // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_secondToFirst RuntimeObject* ____secondToFirst_1; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateFirstErrorMessage String_t* ____duplicateFirstErrorMessage_2; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateSecondErrorMessage String_t* ____duplicateSecondErrorMessage_3; public: inline static int32_t get_offset_of__firstToSecond_0() { return static_cast(offsetof(BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689, ____firstToSecond_0)); } inline RuntimeObject* get__firstToSecond_0() const { return ____firstToSecond_0; } inline RuntimeObject** get_address_of__firstToSecond_0() { return &____firstToSecond_0; } inline void set__firstToSecond_0(RuntimeObject* value) { ____firstToSecond_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____firstToSecond_0), (void*)value); } inline static int32_t get_offset_of__secondToFirst_1() { return static_cast(offsetof(BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689, ____secondToFirst_1)); } inline RuntimeObject* get__secondToFirst_1() const { return ____secondToFirst_1; } inline RuntimeObject** get_address_of__secondToFirst_1() { return &____secondToFirst_1; } inline void set__secondToFirst_1(RuntimeObject* value) { ____secondToFirst_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____secondToFirst_1), (void*)value); } inline static int32_t get_offset_of__duplicateFirstErrorMessage_2() { return static_cast(offsetof(BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689, ____duplicateFirstErrorMessage_2)); } inline String_t* get__duplicateFirstErrorMessage_2() const { return ____duplicateFirstErrorMessage_2; } inline String_t** get_address_of__duplicateFirstErrorMessage_2() { return &____duplicateFirstErrorMessage_2; } inline void set__duplicateFirstErrorMessage_2(String_t* value) { ____duplicateFirstErrorMessage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____duplicateFirstErrorMessage_2), (void*)value); } inline static int32_t get_offset_of__duplicateSecondErrorMessage_3() { return static_cast(offsetof(BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689, ____duplicateSecondErrorMessage_3)); } inline String_t* get__duplicateSecondErrorMessage_3() const { return ____duplicateSecondErrorMessage_3; } inline String_t** get_address_of__duplicateSecondErrorMessage_3() { return &____duplicateSecondErrorMessage_3; } inline void set__duplicateSecondErrorMessage_3(String_t* value) { ____duplicateSecondErrorMessage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____duplicateSecondErrorMessage_3), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___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(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___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(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___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(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___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(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___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(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___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(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___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(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___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(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___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(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___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(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___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(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___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(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___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(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___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(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60, ___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(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233, ___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(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287, ___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(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___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(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___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(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___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(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___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(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___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(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___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(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___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(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___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(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___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(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___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(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___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(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___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(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___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; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_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.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___entries_1)); } inline EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___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_freeList_4() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___keys_7)); } inline KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___values_8)); } inline ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * get_values_8() const { return ___values_8; } inline ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // UnityEngine.UIElements.UIR.LinkedPoolItem`1> struct LinkedPoolItem_1_tE3A2294024B9A69365AE8B86A267ABD3794F8FE4 : public RuntimeObject { public: // T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 * ___poolNext_0; public: inline static int32_t get_offset_of_poolNext_0() { return static_cast(offsetof(LinkedPoolItem_1_tE3A2294024B9A69365AE8B86A267ABD3794F8FE4, ___poolNext_0)); } inline BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 * get_poolNext_0() const { return ___poolNext_0; } inline BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 ** get_address_of_poolNext_0() { return &___poolNext_0; } inline void set_poolNext_0(BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 * value) { ___poolNext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___poolNext_0), (void*)value); } }; // UnityEngine.UIElements.UIR.LinkedPoolItem`1> struct LinkedPoolItem_1_t1C0437AE15C7CA66CE604DFBECC7CD02258BB845 : public RuntimeObject { public: // T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * ___poolNext_0; public: inline static int32_t get_offset_of_poolNext_0() { return static_cast(offsetof(LinkedPoolItem_1_t1C0437AE15C7CA66CE604DFBECC7CD02258BB845, ___poolNext_0)); } inline BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * get_poolNext_0() const { return ___poolNext_0; } inline BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 ** get_address_of_poolNext_0() { return &___poolNext_0; } inline void set_poolNext_0(BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * value) { ___poolNext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___poolNext_0), (void*)value); } }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_tA8D2C55D3757B15E817D5C754F63F4426180548A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t85F135618223CF1DFF813E3A11403DCA1F2CF748 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t37D802A2BED736677335583FD642DC3EC39CEDA2 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1> struct MemoryManager_1_t0189E7D90C45F3073D1C9F3E988EC0FB4312AE7E : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t79AEDF8A5C3AA664300B46C85F5F5B0ECDC59081 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t63D6C7BF5D0259BA3DE388D8981817A14E15781A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t0E3B32F76A131FC4EBB8E8D1F9DAC965565985BC : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t4374D1A4BD5B111DFFC6F4E3FFC8092E91EF99BE : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t80359488D85B6438A50067E2EB6568AD3BBB90E9 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t6B0D92C704FDAA14063635C0133EE79CEA41CE2C : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA583EBF59EB58CF3588BB74B2681FB5DA638B632 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t33F7795D019DDEA92B4EEED161B9DBCE89586799 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t3D1FCAF156C050C8390C62093D713F85F9B5E9D3 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t316D46B10C47F84ECEA95E03D7FC88A2D599699C : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9BF4440B8FEFAC91D8036772888FD0A38BB7FFEA : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t916BFEF69CB9110C9A4387AEA89B22814BE96EB8 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t300C1CAD53D6F9A6AFA176A78C4675615AF958D0 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t0D4E8B6EB06EF4286313FE671C7AF0B10B873DF3 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t273B17C8778ADED06B8216FC2CD0CBE025BF23BB : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t5AAC8F54A6D54D11F76C3061BE55029B8BAAF3A1 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tEA6B805643C63D8F50A4C672BC7AE3548BE96C3A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tBDC7175A480D069A3ACA71CE3A907EF2FC57538C : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t52969D21181C6E83D9EF0C5DCC42A842A82F4457 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t98CBE01C337EDFA95FE95BA807A94AF30824894B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tDFD3B7E8792CD528C21A62FB6502B3E879A8ADBF : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t894B14861A2097D65D45CD2D75D5B91C45C03537 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE031F45313A45E0B96A12E69C0A196753CAB1B8B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE8F27987A00962545C523365DD4A940374B39212 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tEC1238441776B628014509035989771661756E25 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tD7C96B63C74406871705468E6940325249A91AEE : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_t11756AB814C50AA77358122CB53BDD3AC88E407A : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tE13FF691F3D569F1F49F2EAD5D150A9AB0328773 : public RuntimeObject { public: public: }; // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 : public RuntimeObject { public: public: }; // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 : public RuntimeObject { public: // T System.Pinnable`1::Data uint8_t ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110, ___Data_0)); } inline uint8_t get_Data_0() const { return ___Data_0; } inline uint8_t* get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(uint8_t value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 : public RuntimeObject { public: // T System.Pinnable`1::Data float ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731, ___Data_0)); } inline float get_Data_0() const { return ___Data_0; } inline float* get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(float value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 struct PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 : public RuntimeObject { public: public: }; struct PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C : public RuntimeObject { public: public: }; struct PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A : public RuntimeObject { public: public: }; struct PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E : public RuntimeObject { public: public: }; struct PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA : public RuntimeObject { public: public: }; struct PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 : public RuntimeObject { public: public: }; struct PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE : public RuntimeObject { public: public: }; struct PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 : public RuntimeObject { public: public: }; struct PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 : public RuntimeObject { public: public: }; struct PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 : public RuntimeObject { public: public: }; struct PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 : public RuntimeObject { public: public: }; struct PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 : public RuntimeObject { public: public: }; struct PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 : public RuntimeObject { public: public: }; struct PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 : public RuntimeObject { public: public: }; struct PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E : public RuntimeObject { public: public: }; struct PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 : public RuntimeObject { public: public: }; struct PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E : public RuntimeObject { public: public: }; struct PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD : public RuntimeObject { public: public: }; struct PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 : public RuntimeObject { public: public: }; struct PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 : public RuntimeObject { public: public: }; struct PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB : public RuntimeObject { public: public: }; struct PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 : public RuntimeObject { public: public: }; struct PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 : public RuntimeObject { public: public: }; struct PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 : public RuntimeObject { public: public: }; struct PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 : public RuntimeObject { public: public: }; struct PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 : public RuntimeObject { public: public: }; struct PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 : public RuntimeObject { public: public: }; struct PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D : public RuntimeObject { public: public: }; struct PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 struct PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 : public RuntimeObject { public: public: }; struct PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::LazyInfo Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * ___LazyInfo_0; // SixLabors.ImageSharp.PixelFormats.PixelOperations`1 SixLabors.ImageSharp.PixelFormats.PixelOperations`1::k__BackingField PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * ___U3CInstanceU3Ek__BackingField_1; public: inline static int32_t get_offset_of_LazyInfo_0() { return static_cast(offsetof(PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73_StaticFields, ___LazyInfo_0)); } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * get_LazyInfo_0() const { return ___LazyInfo_0; } inline Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 ** get_address_of_LazyInfo_0() { return &___LazyInfo_0; } inline void set_LazyInfo_0(Lazy_1_t8BCF2303B44C93F5AF9C92A9B31F4048F65A6363 * value) { ___LazyInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LazyInfo_0), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_1() { return static_cast(offsetof(PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73_StaticFields, ___U3CInstanceU3Ek__BackingField_1)); } inline PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * get_U3CInstanceU3Ek__BackingField_1() const { return ___U3CInstanceU3Ek__BackingField_1; } inline PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 ** get_address_of_U3CInstanceU3Ek__BackingField_1() { return &___U3CInstanceU3Ek__BackingField_1; } inline void set_U3CInstanceU3Ek__BackingField_1(PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * value) { ___U3CInstanceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t918FD6CD48CDBC0980625514C46FB810D5E7C196 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_tE851D4FE006300E0B4C8AE9B48D8896CB73E4E63 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t4CEB11609E3A1664646FF4C1C04F0F4259F978BA : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t3FE98C890282FDAEF7943D75EBBE4341CD055B29 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_tF5626A0B24BD39A47E286B31EDCEAC5822C46911 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t7A6BF924256AEC483C9F0C20CDE918BA71D0DF01 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t857BAAF3FCC1EC92838126EA9F182DB634A0EE30 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t8641CF3451024EEF0A918103E131F5E1FF90E24D : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t15C72D255011DDD6F239C9B0EB31BBDA063D7EC7 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_tECA698BDF54F0695DAED39B407AAACF3B2D9DBB3 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_tC5E79B2686F0670AA1255C25C9F091E8E1511274 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t1C78AB236B685F56C82AF446C9360390B947835A : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t83B194CC0BFB001A2EBC7AE3297790038C56E03B : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_tB65A3294C0E41F622A97978BC391C50CC59657F8 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_tEE4C4BD3CAA2C9AD94C4A90677FD21582758165A : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t36145E17E31EC1F87E87A83BC85DDFD1923515DF : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t5EEB416C8BC13ED981CA975C538EF1D7D43CA46F : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_tB6982B4DAC2D889F0485071C8A3686B537023238 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.TiffBaseColorDecoder`1 struct TiffBaseColorDecoder_1_t176EEB3AC319E4A8A19A32C1ABF249FA7C9BFE73 : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor struct CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A : public RuntimeObject { public: public: }; // 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; }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag struct ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 : public RuntimeObject { public: // System.UInt16 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::value uint16_t ___value_3; public: inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49, ___value_3)); } inline uint16_t get_value_3() const { return ___value_3; } inline uint16_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(uint16_t value) { ___value_3 = value; } }; struct ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields { public: // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * ___U3CFaxProfileU3Ek__BackingField_0; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * ___U3CModeNumberU3Ek__BackingField_1; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * ___U3CGPSAltitudeRefU3Ek__BackingField_2; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * ___U3CPixelScaleU3Ek__BackingField_4; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * ___U3CIntergraphMatrixU3Ek__BackingField_5; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * ___U3CModelTiePointU3Ek__BackingField_6; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * ___U3CModelTransformU3Ek__BackingField_7; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * ___U3CUserCommentU3Ek__BackingField_8; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * ___U3CGPSProcessingMethodU3Ek__BackingField_9; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * ___U3CGPSAreaInformationU3Ek__BackingField_10; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CSubfileTypeU3Ek__BackingField_11; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CSubIFDOffsetU3Ek__BackingField_12; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CGPSIFDOffsetU3Ek__BackingField_13; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CT4OptionsU3Ek__BackingField_14; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CT6OptionsU3Ek__BackingField_15; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CXClipPathUnitsU3Ek__BackingField_16; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CYClipPathUnitsU3Ek__BackingField_17; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CProfileTypeU3Ek__BackingField_18; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CCodingMethodsU3Ek__BackingField_19; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CT82ptionsU3Ek__BackingField_20; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CJPEGInterchangeFormatU3Ek__BackingField_21; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CMDFileTagU3Ek__BackingField_23; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CStandardOutputSensitivityU3Ek__BackingField_24; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CRecommendedExposureIndexU3Ek__BackingField_25; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CISOSpeedU3Ek__BackingField_26; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CISOSpeedLatitudeyyyU3Ek__BackingField_27; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CISOSpeedLatitudezzzU3Ek__BackingField_28; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CFaxRecvParamsU3Ek__BackingField_29; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CFaxRecvTimeU3Ek__BackingField_30; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * ___U3CImageNumberU3Ek__BackingField_31; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CFreeOffsetsU3Ek__BackingField_32; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CFreeByteCountsU3Ek__BackingField_33; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CColorResponseUnitU3Ek__BackingField_34; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CTileOffsetsU3Ek__BackingField_35; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CSMinSampleValueU3Ek__BackingField_36; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CSMaxSampleValueU3Ek__BackingField_37; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CJPEGQTablesU3Ek__BackingField_38; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CJPEGDCTablesU3Ek__BackingField_39; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CJPEGACTablesU3Ek__BackingField_40; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CStripRowCountsU3Ek__BackingField_41; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CIntergraphRegistersU3Ek__BackingField_42; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CTimeZoneOffsetU3Ek__BackingField_43; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * ___U3CSubIFDsU3Ek__BackingField_44; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CImageWidthU3Ek__BackingField_45; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CImageLengthU3Ek__BackingField_46; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CRowsPerStripU3Ek__BackingField_47; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CTileWidthU3Ek__BackingField_48; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CTileLengthU3Ek__BackingField_49; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CBadFaxLinesU3Ek__BackingField_50; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CConsecutiveBadFaxLinesU3Ek__BackingField_51; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CPixelXDimensionU3Ek__BackingField_52; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * ___U3CPixelYDimensionU3Ek__BackingField_53; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * ___U3CStripOffsetsU3Ek__BackingField_54; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * ___U3CStripByteCountsU3Ek__BackingField_55; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * ___U3CTileByteCountsU3Ek__BackingField_56; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * ___U3CImageLayerU3Ek__BackingField_57; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CXPositionU3Ek__BackingField_58; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CYPositionU3Ek__BackingField_59; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CXResolutionU3Ek__BackingField_60; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CYResolutionU3Ek__BackingField_61; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CBatteryLevelU3Ek__BackingField_62; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CExposureTimeU3Ek__BackingField_63; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CFNumberU3Ek__BackingField_64; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CMDScalePixelU3Ek__BackingField_65; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CCompressedBitsPerPixelU3Ek__BackingField_66; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CApertureValueU3Ek__BackingField_67; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CMaxApertureValueU3Ek__BackingField_68; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CSubjectDistanceU3Ek__BackingField_69; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CFocalLengthU3Ek__BackingField_70; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CFlashEnergy2U3Ek__BackingField_71; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CFocalPlaneXResolution2U3Ek__BackingField_72; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CFocalPlaneYResolution2U3Ek__BackingField_73; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CExposureIndex2U3Ek__BackingField_74; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CHumidityU3Ek__BackingField_75; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CPressureU3Ek__BackingField_76; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CAccelerationU3Ek__BackingField_77; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CFlashEnergyU3Ek__BackingField_78; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CFocalPlaneXResolutionU3Ek__BackingField_79; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CFocalPlaneYResolutionU3Ek__BackingField_80; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CExposureIndexU3Ek__BackingField_81; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CDigitalZoomRatioU3Ek__BackingField_82; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CGPSAltitudeU3Ek__BackingField_83; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CGPSDOPU3Ek__BackingField_84; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CGPSSpeedU3Ek__BackingField_85; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CGPSTrackU3Ek__BackingField_86; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CGPSImgDirectionU3Ek__BackingField_87; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CGPSDestBearingU3Ek__BackingField_88; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * ___U3CGPSDestDistanceU3Ek__BackingField_89; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CWhitePointU3Ek__BackingField_90; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CPrimaryChromaticitiesU3Ek__BackingField_91; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CYCbCrCoefficientsU3Ek__BackingField_92; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CReferenceBlackWhiteU3Ek__BackingField_93; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CGPSLatitudeU3Ek__BackingField_94; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CGPSLongitudeU3Ek__BackingField_95; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CGPSTimestampU3Ek__BackingField_96; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CGPSDestLatitudeU3Ek__BackingField_97; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CGPSDestLongitudeU3Ek__BackingField_98; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * ___U3CLensSpecificationU3Ek__BackingField_99; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3COldSubfileTypeU3Ek__BackingField_100; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CCompressionU3Ek__BackingField_101; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CPhotometricInterpretationU3Ek__BackingField_102; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CThresholdingU3Ek__BackingField_103; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CCellWidthU3Ek__BackingField_104; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CCellLengthU3Ek__BackingField_105; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CFillOrderU3Ek__BackingField_106; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3COrientationU3Ek__BackingField_107; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSamplesPerPixelU3Ek__BackingField_108; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CPlanarConfigurationU3Ek__BackingField_109; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CPredictorU3Ek__BackingField_110; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CGrayResponseUnitU3Ek__BackingField_111; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CResolutionUnitU3Ek__BackingField_112; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CCleanFaxDataU3Ek__BackingField_113; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CInkSetU3Ek__BackingField_114; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CNumberOfInksU3Ek__BackingField_115; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CDotRangeU3Ek__BackingField_116; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CIndexedU3Ek__BackingField_117; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3COPIProxyU3Ek__BackingField_118; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CJPEGProcU3Ek__BackingField_119; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CJPEGRestartIntervalU3Ek__BackingField_120; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CYCbCrPositioningU3Ek__BackingField_121; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CRatingU3Ek__BackingField_122; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CRatingPercentU3Ek__BackingField_123; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CExposureProgramU3Ek__BackingField_124; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CInterlaceU3Ek__BackingField_125; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSelfTimerModeU3Ek__BackingField_126; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSensitivityTypeU3Ek__BackingField_127; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CMeteringModeU3Ek__BackingField_128; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CLightSourceU3Ek__BackingField_129; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSensingMethod2U3Ek__BackingField_131; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CFlashU3Ek__BackingField_132; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CColorSpaceU3Ek__BackingField_133; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CFocalPlaneResolutionUnitU3Ek__BackingField_134; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSensingMethodU3Ek__BackingField_135; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CCustomRenderedU3Ek__BackingField_136; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CExposureModeU3Ek__BackingField_137; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CWhiteBalanceU3Ek__BackingField_138; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CFocalLengthIn35mmFilmU3Ek__BackingField_139; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSceneCaptureTypeU3Ek__BackingField_140; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CGainControlU3Ek__BackingField_141; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CContrastU3Ek__BackingField_142; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSaturationU3Ek__BackingField_143; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSharpnessU3Ek__BackingField_144; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CSubjectDistanceRangeU3Ek__BackingField_145; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___U3CGPSDifferentialU3Ek__BackingField_146; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CBitsPerSampleU3Ek__BackingField_147; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CMinSampleValueU3Ek__BackingField_148; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CMaxSampleValueU3Ek__BackingField_149; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CGrayResponseCurveU3Ek__BackingField_150; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CColorMapU3Ek__BackingField_151; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CExtraSamplesU3Ek__BackingField_152; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CPageNumberU3Ek__BackingField_153; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CTransferFunctionU3Ek__BackingField_154; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CHalftoneHintsU3Ek__BackingField_155; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CSampleFormatU3Ek__BackingField_156; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CTransferRangeU3Ek__BackingField_157; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CDefaultImageColorU3Ek__BackingField_158; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CJPEGLosslessPredictorsU3Ek__BackingField_159; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CJPEGPointTransformsU3Ek__BackingField_160; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CYCbCrSubsamplingU3Ek__BackingField_161; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CCFARepeatPatternDimU3Ek__BackingField_162; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CIntergraphPacketDataU3Ek__BackingField_163; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CISOSpeedRatingsU3Ek__BackingField_164; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CSubjectAreaU3Ek__BackingField_165; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * ___U3CSubjectLocationU3Ek__BackingField_166; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * ___U3CShutterSpeedValueU3Ek__BackingField_167; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * ___U3CBrightnessValueU3Ek__BackingField_168; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * ___U3CExposureBiasValueU3Ek__BackingField_169; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * ___U3CAmbientTemperatureU3Ek__BackingField_170; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * ___U3CWaterDepthU3Ek__BackingField_171; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * ___U3CCameraElevationAngleU3Ek__BackingField_172; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t3D009FA40001B0A5045C1E9E0F15983D282D969C * ___U3CDecodeU3Ek__BackingField_173; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CImageDescriptionU3Ek__BackingField_174; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CMakeU3Ek__BackingField_175; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CModelU3Ek__BackingField_176; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CSoftwareU3Ek__BackingField_177; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CDateTimeU3Ek__BackingField_178; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CArtistU3Ek__BackingField_179; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CHostComputerU3Ek__BackingField_180; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CCopyrightU3Ek__BackingField_181; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CDocumentNameU3Ek__BackingField_182; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CPageNameU3Ek__BackingField_183; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CInkNamesU3Ek__BackingField_184; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CTargetPrinterU3Ek__BackingField_185; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CImageIDU3Ek__BackingField_186; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CMDLabNameU3Ek__BackingField_187; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CMDSampleInfoU3Ek__BackingField_188; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CMDPrepDateU3Ek__BackingField_189; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CMDPrepTimeU3Ek__BackingField_190; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CMDFileUnitsU3Ek__BackingField_191; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CSEMInfoU3Ek__BackingField_192; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CSpectralSensitivityU3Ek__BackingField_193; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CDateTimeOriginalU3Ek__BackingField_194; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CDateTimeDigitizedU3Ek__BackingField_195; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CSubsecTimeU3Ek__BackingField_196; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CSubsecTimeOriginalU3Ek__BackingField_197; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CSubsecTimeDigitizedU3Ek__BackingField_198; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CRelatedSoundFileU3Ek__BackingField_199; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CFaxSubaddressU3Ek__BackingField_200; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3COffsetTimeU3Ek__BackingField_201; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3COffsetTimeOriginalU3Ek__BackingField_202; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3COffsetTimeDigitizedU3Ek__BackingField_203; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CSecurityClassificationU3Ek__BackingField_204; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CImageHistoryU3Ek__BackingField_205; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CImageUniqueIDU3Ek__BackingField_206; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3COwnerNameU3Ek__BackingField_207; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CSerialNumberU3Ek__BackingField_208; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CLensMakeU3Ek__BackingField_209; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CLensModelU3Ek__BackingField_210; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CLensSerialNumberU3Ek__BackingField_211; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGDALMetadataU3Ek__BackingField_212; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGDALNoDataU3Ek__BackingField_213; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSLatitudeRefU3Ek__BackingField_214; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSLongitudeRefU3Ek__BackingField_215; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSSatellitesU3Ek__BackingField_216; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSStatusU3Ek__BackingField_217; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSMeasureModeU3Ek__BackingField_218; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSSpeedRefU3Ek__BackingField_219; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSTrackRefU3Ek__BackingField_220; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSImgDirectionRefU3Ek__BackingField_221; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSMapDatumU3Ek__BackingField_222; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSDestLatitudeRefU3Ek__BackingField_223; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSDestLongitudeRefU3Ek__BackingField_224; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSDestBearingRefU3Ek__BackingField_225; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSDestDistanceRefU3Ek__BackingField_226; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * ___U3CGPSDateStampU3Ek__BackingField_227; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CJPEGTablesU3Ek__BackingField_228; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3COECFU3Ek__BackingField_229; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CExifVersionU3Ek__BackingField_230; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CComponentsConfigurationU3Ek__BackingField_231; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CMakerNoteU3Ek__BackingField_232; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CFlashpixVersionU3Ek__BackingField_233; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CSpatialFrequencyResponseU3Ek__BackingField_234; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CSpatialFrequencyResponse2U3Ek__BackingField_235; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CNoiseU3Ek__BackingField_236; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CCFAPatternU3Ek__BackingField_237; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CDeviceSettingDescriptionU3Ek__BackingField_238; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * ___U3CImageSourceDataU3Ek__BackingField_239; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * ___U3CFileSourceU3Ek__BackingField_240; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::k__BackingField ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * ___U3CSceneTypeU3Ek__BackingField_241; public: inline static int32_t get_offset_of_U3CFaxProfileU3Ek__BackingField_0() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFaxProfileU3Ek__BackingField_0)); } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * get_U3CFaxProfileU3Ek__BackingField_0() const { return ___U3CFaxProfileU3Ek__BackingField_0; } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 ** get_address_of_U3CFaxProfileU3Ek__BackingField_0() { return &___U3CFaxProfileU3Ek__BackingField_0; } inline void set_U3CFaxProfileU3Ek__BackingField_0(ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * value) { ___U3CFaxProfileU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFaxProfileU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CModeNumberU3Ek__BackingField_1() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CModeNumberU3Ek__BackingField_1)); } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * get_U3CModeNumberU3Ek__BackingField_1() const { return ___U3CModeNumberU3Ek__BackingField_1; } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 ** get_address_of_U3CModeNumberU3Ek__BackingField_1() { return &___U3CModeNumberU3Ek__BackingField_1; } inline void set_U3CModeNumberU3Ek__BackingField_1(ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * value) { ___U3CModeNumberU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CModeNumberU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CGPSAltitudeRefU3Ek__BackingField_2() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSAltitudeRefU3Ek__BackingField_2)); } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * get_U3CGPSAltitudeRefU3Ek__BackingField_2() const { return ___U3CGPSAltitudeRefU3Ek__BackingField_2; } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 ** get_address_of_U3CGPSAltitudeRefU3Ek__BackingField_2() { return &___U3CGPSAltitudeRefU3Ek__BackingField_2; } inline void set_U3CGPSAltitudeRefU3Ek__BackingField_2(ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * value) { ___U3CGPSAltitudeRefU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSAltitudeRefU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CPixelScaleU3Ek__BackingField_4() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPixelScaleU3Ek__BackingField_4)); } inline ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * get_U3CPixelScaleU3Ek__BackingField_4() const { return ___U3CPixelScaleU3Ek__BackingField_4; } inline ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 ** get_address_of_U3CPixelScaleU3Ek__BackingField_4() { return &___U3CPixelScaleU3Ek__BackingField_4; } inline void set_U3CPixelScaleU3Ek__BackingField_4(ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * value) { ___U3CPixelScaleU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelScaleU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CIntergraphMatrixU3Ek__BackingField_5() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CIntergraphMatrixU3Ek__BackingField_5)); } inline ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * get_U3CIntergraphMatrixU3Ek__BackingField_5() const { return ___U3CIntergraphMatrixU3Ek__BackingField_5; } inline ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 ** get_address_of_U3CIntergraphMatrixU3Ek__BackingField_5() { return &___U3CIntergraphMatrixU3Ek__BackingField_5; } inline void set_U3CIntergraphMatrixU3Ek__BackingField_5(ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * value) { ___U3CIntergraphMatrixU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIntergraphMatrixU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CModelTiePointU3Ek__BackingField_6() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CModelTiePointU3Ek__BackingField_6)); } inline ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * get_U3CModelTiePointU3Ek__BackingField_6() const { return ___U3CModelTiePointU3Ek__BackingField_6; } inline ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 ** get_address_of_U3CModelTiePointU3Ek__BackingField_6() { return &___U3CModelTiePointU3Ek__BackingField_6; } inline void set_U3CModelTiePointU3Ek__BackingField_6(ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * value) { ___U3CModelTiePointU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CModelTiePointU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CModelTransformU3Ek__BackingField_7() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CModelTransformU3Ek__BackingField_7)); } inline ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * get_U3CModelTransformU3Ek__BackingField_7() const { return ___U3CModelTransformU3Ek__BackingField_7; } inline ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 ** get_address_of_U3CModelTransformU3Ek__BackingField_7() { return &___U3CModelTransformU3Ek__BackingField_7; } inline void set_U3CModelTransformU3Ek__BackingField_7(ExifTag_1_tC37204846C94C28293FC07C41CBC176AD3AE9971 * value) { ___U3CModelTransformU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CModelTransformU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CUserCommentU3Ek__BackingField_8() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CUserCommentU3Ek__BackingField_8)); } inline ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * get_U3CUserCommentU3Ek__BackingField_8() const { return ___U3CUserCommentU3Ek__BackingField_8; } inline ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A ** get_address_of_U3CUserCommentU3Ek__BackingField_8() { return &___U3CUserCommentU3Ek__BackingField_8; } inline void set_U3CUserCommentU3Ek__BackingField_8(ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * value) { ___U3CUserCommentU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserCommentU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CGPSProcessingMethodU3Ek__BackingField_9() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSProcessingMethodU3Ek__BackingField_9)); } inline ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * get_U3CGPSProcessingMethodU3Ek__BackingField_9() const { return ___U3CGPSProcessingMethodU3Ek__BackingField_9; } inline ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A ** get_address_of_U3CGPSProcessingMethodU3Ek__BackingField_9() { return &___U3CGPSProcessingMethodU3Ek__BackingField_9; } inline void set_U3CGPSProcessingMethodU3Ek__BackingField_9(ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * value) { ___U3CGPSProcessingMethodU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSProcessingMethodU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CGPSAreaInformationU3Ek__BackingField_10() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSAreaInformationU3Ek__BackingField_10)); } inline ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * get_U3CGPSAreaInformationU3Ek__BackingField_10() const { return ___U3CGPSAreaInformationU3Ek__BackingField_10; } inline ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A ** get_address_of_U3CGPSAreaInformationU3Ek__BackingField_10() { return &___U3CGPSAreaInformationU3Ek__BackingField_10; } inline void set_U3CGPSAreaInformationU3Ek__BackingField_10(ExifTag_1_t9D1F4EE642A91B86C0CC0EFA9B3EDC6665C4381A * value) { ___U3CGPSAreaInformationU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSAreaInformationU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CSubfileTypeU3Ek__BackingField_11() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubfileTypeU3Ek__BackingField_11)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CSubfileTypeU3Ek__BackingField_11() const { return ___U3CSubfileTypeU3Ek__BackingField_11; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CSubfileTypeU3Ek__BackingField_11() { return &___U3CSubfileTypeU3Ek__BackingField_11; } inline void set_U3CSubfileTypeU3Ek__BackingField_11(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CSubfileTypeU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubfileTypeU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CSubIFDOffsetU3Ek__BackingField_12() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubIFDOffsetU3Ek__BackingField_12)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CSubIFDOffsetU3Ek__BackingField_12() const { return ___U3CSubIFDOffsetU3Ek__BackingField_12; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CSubIFDOffsetU3Ek__BackingField_12() { return &___U3CSubIFDOffsetU3Ek__BackingField_12; } inline void set_U3CSubIFDOffsetU3Ek__BackingField_12(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CSubIFDOffsetU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubIFDOffsetU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CGPSIFDOffsetU3Ek__BackingField_13() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSIFDOffsetU3Ek__BackingField_13)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CGPSIFDOffsetU3Ek__BackingField_13() const { return ___U3CGPSIFDOffsetU3Ek__BackingField_13; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CGPSIFDOffsetU3Ek__BackingField_13() { return &___U3CGPSIFDOffsetU3Ek__BackingField_13; } inline void set_U3CGPSIFDOffsetU3Ek__BackingField_13(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CGPSIFDOffsetU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSIFDOffsetU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CT4OptionsU3Ek__BackingField_14() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CT4OptionsU3Ek__BackingField_14)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CT4OptionsU3Ek__BackingField_14() const { return ___U3CT4OptionsU3Ek__BackingField_14; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CT4OptionsU3Ek__BackingField_14() { return &___U3CT4OptionsU3Ek__BackingField_14; } inline void set_U3CT4OptionsU3Ek__BackingField_14(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CT4OptionsU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CT4OptionsU3Ek__BackingField_14), (void*)value); } inline static int32_t get_offset_of_U3CT6OptionsU3Ek__BackingField_15() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CT6OptionsU3Ek__BackingField_15)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CT6OptionsU3Ek__BackingField_15() const { return ___U3CT6OptionsU3Ek__BackingField_15; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CT6OptionsU3Ek__BackingField_15() { return &___U3CT6OptionsU3Ek__BackingField_15; } inline void set_U3CT6OptionsU3Ek__BackingField_15(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CT6OptionsU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CT6OptionsU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_U3CXClipPathUnitsU3Ek__BackingField_16() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CXClipPathUnitsU3Ek__BackingField_16)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CXClipPathUnitsU3Ek__BackingField_16() const { return ___U3CXClipPathUnitsU3Ek__BackingField_16; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CXClipPathUnitsU3Ek__BackingField_16() { return &___U3CXClipPathUnitsU3Ek__BackingField_16; } inline void set_U3CXClipPathUnitsU3Ek__BackingField_16(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CXClipPathUnitsU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CXClipPathUnitsU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CYClipPathUnitsU3Ek__BackingField_17() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CYClipPathUnitsU3Ek__BackingField_17)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CYClipPathUnitsU3Ek__BackingField_17() const { return ___U3CYClipPathUnitsU3Ek__BackingField_17; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CYClipPathUnitsU3Ek__BackingField_17() { return &___U3CYClipPathUnitsU3Ek__BackingField_17; } inline void set_U3CYClipPathUnitsU3Ek__BackingField_17(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CYClipPathUnitsU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CYClipPathUnitsU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProfileTypeU3Ek__BackingField_18() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CProfileTypeU3Ek__BackingField_18)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CProfileTypeU3Ek__BackingField_18() const { return ___U3CProfileTypeU3Ek__BackingField_18; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CProfileTypeU3Ek__BackingField_18() { return &___U3CProfileTypeU3Ek__BackingField_18; } inline void set_U3CProfileTypeU3Ek__BackingField_18(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CProfileTypeU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProfileTypeU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CCodingMethodsU3Ek__BackingField_19() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCodingMethodsU3Ek__BackingField_19)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CCodingMethodsU3Ek__BackingField_19() const { return ___U3CCodingMethodsU3Ek__BackingField_19; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CCodingMethodsU3Ek__BackingField_19() { return &___U3CCodingMethodsU3Ek__BackingField_19; } inline void set_U3CCodingMethodsU3Ek__BackingField_19(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CCodingMethodsU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCodingMethodsU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CT82ptionsU3Ek__BackingField_20() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CT82ptionsU3Ek__BackingField_20)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CT82ptionsU3Ek__BackingField_20() const { return ___U3CT82ptionsU3Ek__BackingField_20; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CT82ptionsU3Ek__BackingField_20() { return &___U3CT82ptionsU3Ek__BackingField_20; } inline void set_U3CT82ptionsU3Ek__BackingField_20(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CT82ptionsU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CT82ptionsU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CJPEGInterchangeFormatU3Ek__BackingField_21() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGInterchangeFormatU3Ek__BackingField_21)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CJPEGInterchangeFormatU3Ek__BackingField_21() const { return ___U3CJPEGInterchangeFormatU3Ek__BackingField_21; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CJPEGInterchangeFormatU3Ek__BackingField_21() { return &___U3CJPEGInterchangeFormatU3Ek__BackingField_21; } inline void set_U3CJPEGInterchangeFormatU3Ek__BackingField_21(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CJPEGInterchangeFormatU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGInterchangeFormatU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22() const { return ___U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22() { return &___U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22; } inline void set_U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGInterchangeFormatLengthU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMDFileTagU3Ek__BackingField_23() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMDFileTagU3Ek__BackingField_23)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CMDFileTagU3Ek__BackingField_23() const { return ___U3CMDFileTagU3Ek__BackingField_23; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CMDFileTagU3Ek__BackingField_23() { return &___U3CMDFileTagU3Ek__BackingField_23; } inline void set_U3CMDFileTagU3Ek__BackingField_23(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CMDFileTagU3Ek__BackingField_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMDFileTagU3Ek__BackingField_23), (void*)value); } inline static int32_t get_offset_of_U3CStandardOutputSensitivityU3Ek__BackingField_24() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CStandardOutputSensitivityU3Ek__BackingField_24)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CStandardOutputSensitivityU3Ek__BackingField_24() const { return ___U3CStandardOutputSensitivityU3Ek__BackingField_24; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CStandardOutputSensitivityU3Ek__BackingField_24() { return &___U3CStandardOutputSensitivityU3Ek__BackingField_24; } inline void set_U3CStandardOutputSensitivityU3Ek__BackingField_24(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CStandardOutputSensitivityU3Ek__BackingField_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStandardOutputSensitivityU3Ek__BackingField_24), (void*)value); } inline static int32_t get_offset_of_U3CRecommendedExposureIndexU3Ek__BackingField_25() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CRecommendedExposureIndexU3Ek__BackingField_25)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CRecommendedExposureIndexU3Ek__BackingField_25() const { return ___U3CRecommendedExposureIndexU3Ek__BackingField_25; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CRecommendedExposureIndexU3Ek__BackingField_25() { return &___U3CRecommendedExposureIndexU3Ek__BackingField_25; } inline void set_U3CRecommendedExposureIndexU3Ek__BackingField_25(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CRecommendedExposureIndexU3Ek__BackingField_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRecommendedExposureIndexU3Ek__BackingField_25), (void*)value); } inline static int32_t get_offset_of_U3CISOSpeedU3Ek__BackingField_26() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CISOSpeedU3Ek__BackingField_26)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CISOSpeedU3Ek__BackingField_26() const { return ___U3CISOSpeedU3Ek__BackingField_26; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CISOSpeedU3Ek__BackingField_26() { return &___U3CISOSpeedU3Ek__BackingField_26; } inline void set_U3CISOSpeedU3Ek__BackingField_26(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CISOSpeedU3Ek__BackingField_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CISOSpeedU3Ek__BackingField_26), (void*)value); } inline static int32_t get_offset_of_U3CISOSpeedLatitudeyyyU3Ek__BackingField_27() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CISOSpeedLatitudeyyyU3Ek__BackingField_27)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CISOSpeedLatitudeyyyU3Ek__BackingField_27() const { return ___U3CISOSpeedLatitudeyyyU3Ek__BackingField_27; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CISOSpeedLatitudeyyyU3Ek__BackingField_27() { return &___U3CISOSpeedLatitudeyyyU3Ek__BackingField_27; } inline void set_U3CISOSpeedLatitudeyyyU3Ek__BackingField_27(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CISOSpeedLatitudeyyyU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CISOSpeedLatitudeyyyU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CISOSpeedLatitudezzzU3Ek__BackingField_28() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CISOSpeedLatitudezzzU3Ek__BackingField_28)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CISOSpeedLatitudezzzU3Ek__BackingField_28() const { return ___U3CISOSpeedLatitudezzzU3Ek__BackingField_28; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CISOSpeedLatitudezzzU3Ek__BackingField_28() { return &___U3CISOSpeedLatitudezzzU3Ek__BackingField_28; } inline void set_U3CISOSpeedLatitudezzzU3Ek__BackingField_28(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CISOSpeedLatitudezzzU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CISOSpeedLatitudezzzU3Ek__BackingField_28), (void*)value); } inline static int32_t get_offset_of_U3CFaxRecvParamsU3Ek__BackingField_29() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFaxRecvParamsU3Ek__BackingField_29)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CFaxRecvParamsU3Ek__BackingField_29() const { return ___U3CFaxRecvParamsU3Ek__BackingField_29; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CFaxRecvParamsU3Ek__BackingField_29() { return &___U3CFaxRecvParamsU3Ek__BackingField_29; } inline void set_U3CFaxRecvParamsU3Ek__BackingField_29(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CFaxRecvParamsU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFaxRecvParamsU3Ek__BackingField_29), (void*)value); } inline static int32_t get_offset_of_U3CFaxRecvTimeU3Ek__BackingField_30() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFaxRecvTimeU3Ek__BackingField_30)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CFaxRecvTimeU3Ek__BackingField_30() const { return ___U3CFaxRecvTimeU3Ek__BackingField_30; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CFaxRecvTimeU3Ek__BackingField_30() { return &___U3CFaxRecvTimeU3Ek__BackingField_30; } inline void set_U3CFaxRecvTimeU3Ek__BackingField_30(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CFaxRecvTimeU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFaxRecvTimeU3Ek__BackingField_30), (void*)value); } inline static int32_t get_offset_of_U3CImageNumberU3Ek__BackingField_31() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageNumberU3Ek__BackingField_31)); } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * get_U3CImageNumberU3Ek__BackingField_31() const { return ___U3CImageNumberU3Ek__BackingField_31; } inline ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 ** get_address_of_U3CImageNumberU3Ek__BackingField_31() { return &___U3CImageNumberU3Ek__BackingField_31; } inline void set_U3CImageNumberU3Ek__BackingField_31(ExifTag_1_tDF7E592BC3BF71F3114629B2D501E444D1657EE2 * value) { ___U3CImageNumberU3Ek__BackingField_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageNumberU3Ek__BackingField_31), (void*)value); } inline static int32_t get_offset_of_U3CFreeOffsetsU3Ek__BackingField_32() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFreeOffsetsU3Ek__BackingField_32)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CFreeOffsetsU3Ek__BackingField_32() const { return ___U3CFreeOffsetsU3Ek__BackingField_32; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CFreeOffsetsU3Ek__BackingField_32() { return &___U3CFreeOffsetsU3Ek__BackingField_32; } inline void set_U3CFreeOffsetsU3Ek__BackingField_32(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CFreeOffsetsU3Ek__BackingField_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFreeOffsetsU3Ek__BackingField_32), (void*)value); } inline static int32_t get_offset_of_U3CFreeByteCountsU3Ek__BackingField_33() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFreeByteCountsU3Ek__BackingField_33)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CFreeByteCountsU3Ek__BackingField_33() const { return ___U3CFreeByteCountsU3Ek__BackingField_33; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CFreeByteCountsU3Ek__BackingField_33() { return &___U3CFreeByteCountsU3Ek__BackingField_33; } inline void set_U3CFreeByteCountsU3Ek__BackingField_33(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CFreeByteCountsU3Ek__BackingField_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFreeByteCountsU3Ek__BackingField_33), (void*)value); } inline static int32_t get_offset_of_U3CColorResponseUnitU3Ek__BackingField_34() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CColorResponseUnitU3Ek__BackingField_34)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CColorResponseUnitU3Ek__BackingField_34() const { return ___U3CColorResponseUnitU3Ek__BackingField_34; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CColorResponseUnitU3Ek__BackingField_34() { return &___U3CColorResponseUnitU3Ek__BackingField_34; } inline void set_U3CColorResponseUnitU3Ek__BackingField_34(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CColorResponseUnitU3Ek__BackingField_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CColorResponseUnitU3Ek__BackingField_34), (void*)value); } inline static int32_t get_offset_of_U3CTileOffsetsU3Ek__BackingField_35() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CTileOffsetsU3Ek__BackingField_35)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CTileOffsetsU3Ek__BackingField_35() const { return ___U3CTileOffsetsU3Ek__BackingField_35; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CTileOffsetsU3Ek__BackingField_35() { return &___U3CTileOffsetsU3Ek__BackingField_35; } inline void set_U3CTileOffsetsU3Ek__BackingField_35(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CTileOffsetsU3Ek__BackingField_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTileOffsetsU3Ek__BackingField_35), (void*)value); } inline static int32_t get_offset_of_U3CSMinSampleValueU3Ek__BackingField_36() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSMinSampleValueU3Ek__BackingField_36)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CSMinSampleValueU3Ek__BackingField_36() const { return ___U3CSMinSampleValueU3Ek__BackingField_36; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CSMinSampleValueU3Ek__BackingField_36() { return &___U3CSMinSampleValueU3Ek__BackingField_36; } inline void set_U3CSMinSampleValueU3Ek__BackingField_36(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CSMinSampleValueU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSMinSampleValueU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CSMaxSampleValueU3Ek__BackingField_37() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSMaxSampleValueU3Ek__BackingField_37)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CSMaxSampleValueU3Ek__BackingField_37() const { return ___U3CSMaxSampleValueU3Ek__BackingField_37; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CSMaxSampleValueU3Ek__BackingField_37() { return &___U3CSMaxSampleValueU3Ek__BackingField_37; } inline void set_U3CSMaxSampleValueU3Ek__BackingField_37(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CSMaxSampleValueU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSMaxSampleValueU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CJPEGQTablesU3Ek__BackingField_38() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGQTablesU3Ek__BackingField_38)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CJPEGQTablesU3Ek__BackingField_38() const { return ___U3CJPEGQTablesU3Ek__BackingField_38; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CJPEGQTablesU3Ek__BackingField_38() { return &___U3CJPEGQTablesU3Ek__BackingField_38; } inline void set_U3CJPEGQTablesU3Ek__BackingField_38(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CJPEGQTablesU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGQTablesU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CJPEGDCTablesU3Ek__BackingField_39() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGDCTablesU3Ek__BackingField_39)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CJPEGDCTablesU3Ek__BackingField_39() const { return ___U3CJPEGDCTablesU3Ek__BackingField_39; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CJPEGDCTablesU3Ek__BackingField_39() { return &___U3CJPEGDCTablesU3Ek__BackingField_39; } inline void set_U3CJPEGDCTablesU3Ek__BackingField_39(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CJPEGDCTablesU3Ek__BackingField_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGDCTablesU3Ek__BackingField_39), (void*)value); } inline static int32_t get_offset_of_U3CJPEGACTablesU3Ek__BackingField_40() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGACTablesU3Ek__BackingField_40)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CJPEGACTablesU3Ek__BackingField_40() const { return ___U3CJPEGACTablesU3Ek__BackingField_40; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CJPEGACTablesU3Ek__BackingField_40() { return &___U3CJPEGACTablesU3Ek__BackingField_40; } inline void set_U3CJPEGACTablesU3Ek__BackingField_40(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CJPEGACTablesU3Ek__BackingField_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGACTablesU3Ek__BackingField_40), (void*)value); } inline static int32_t get_offset_of_U3CStripRowCountsU3Ek__BackingField_41() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CStripRowCountsU3Ek__BackingField_41)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CStripRowCountsU3Ek__BackingField_41() const { return ___U3CStripRowCountsU3Ek__BackingField_41; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CStripRowCountsU3Ek__BackingField_41() { return &___U3CStripRowCountsU3Ek__BackingField_41; } inline void set_U3CStripRowCountsU3Ek__BackingField_41(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CStripRowCountsU3Ek__BackingField_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStripRowCountsU3Ek__BackingField_41), (void*)value); } inline static int32_t get_offset_of_U3CIntergraphRegistersU3Ek__BackingField_42() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CIntergraphRegistersU3Ek__BackingField_42)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CIntergraphRegistersU3Ek__BackingField_42() const { return ___U3CIntergraphRegistersU3Ek__BackingField_42; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CIntergraphRegistersU3Ek__BackingField_42() { return &___U3CIntergraphRegistersU3Ek__BackingField_42; } inline void set_U3CIntergraphRegistersU3Ek__BackingField_42(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CIntergraphRegistersU3Ek__BackingField_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIntergraphRegistersU3Ek__BackingField_42), (void*)value); } inline static int32_t get_offset_of_U3CTimeZoneOffsetU3Ek__BackingField_43() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CTimeZoneOffsetU3Ek__BackingField_43)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CTimeZoneOffsetU3Ek__BackingField_43() const { return ___U3CTimeZoneOffsetU3Ek__BackingField_43; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CTimeZoneOffsetU3Ek__BackingField_43() { return &___U3CTimeZoneOffsetU3Ek__BackingField_43; } inline void set_U3CTimeZoneOffsetU3Ek__BackingField_43(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CTimeZoneOffsetU3Ek__BackingField_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTimeZoneOffsetU3Ek__BackingField_43), (void*)value); } inline static int32_t get_offset_of_U3CSubIFDsU3Ek__BackingField_44() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubIFDsU3Ek__BackingField_44)); } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * get_U3CSubIFDsU3Ek__BackingField_44() const { return ___U3CSubIFDsU3Ek__BackingField_44; } inline ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 ** get_address_of_U3CSubIFDsU3Ek__BackingField_44() { return &___U3CSubIFDsU3Ek__BackingField_44; } inline void set_U3CSubIFDsU3Ek__BackingField_44(ExifTag_1_t675E04C8DA62FB8AE90CDCFDAB2B98461A354149 * value) { ___U3CSubIFDsU3Ek__BackingField_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubIFDsU3Ek__BackingField_44), (void*)value); } inline static int32_t get_offset_of_U3CImageWidthU3Ek__BackingField_45() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageWidthU3Ek__BackingField_45)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CImageWidthU3Ek__BackingField_45() const { return ___U3CImageWidthU3Ek__BackingField_45; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CImageWidthU3Ek__BackingField_45() { return &___U3CImageWidthU3Ek__BackingField_45; } inline void set_U3CImageWidthU3Ek__BackingField_45(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CImageWidthU3Ek__BackingField_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageWidthU3Ek__BackingField_45), (void*)value); } inline static int32_t get_offset_of_U3CImageLengthU3Ek__BackingField_46() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageLengthU3Ek__BackingField_46)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CImageLengthU3Ek__BackingField_46() const { return ___U3CImageLengthU3Ek__BackingField_46; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CImageLengthU3Ek__BackingField_46() { return &___U3CImageLengthU3Ek__BackingField_46; } inline void set_U3CImageLengthU3Ek__BackingField_46(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CImageLengthU3Ek__BackingField_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageLengthU3Ek__BackingField_46), (void*)value); } inline static int32_t get_offset_of_U3CRowsPerStripU3Ek__BackingField_47() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CRowsPerStripU3Ek__BackingField_47)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CRowsPerStripU3Ek__BackingField_47() const { return ___U3CRowsPerStripU3Ek__BackingField_47; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CRowsPerStripU3Ek__BackingField_47() { return &___U3CRowsPerStripU3Ek__BackingField_47; } inline void set_U3CRowsPerStripU3Ek__BackingField_47(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CRowsPerStripU3Ek__BackingField_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRowsPerStripU3Ek__BackingField_47), (void*)value); } inline static int32_t get_offset_of_U3CTileWidthU3Ek__BackingField_48() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CTileWidthU3Ek__BackingField_48)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CTileWidthU3Ek__BackingField_48() const { return ___U3CTileWidthU3Ek__BackingField_48; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CTileWidthU3Ek__BackingField_48() { return &___U3CTileWidthU3Ek__BackingField_48; } inline void set_U3CTileWidthU3Ek__BackingField_48(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CTileWidthU3Ek__BackingField_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTileWidthU3Ek__BackingField_48), (void*)value); } inline static int32_t get_offset_of_U3CTileLengthU3Ek__BackingField_49() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CTileLengthU3Ek__BackingField_49)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CTileLengthU3Ek__BackingField_49() const { return ___U3CTileLengthU3Ek__BackingField_49; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CTileLengthU3Ek__BackingField_49() { return &___U3CTileLengthU3Ek__BackingField_49; } inline void set_U3CTileLengthU3Ek__BackingField_49(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CTileLengthU3Ek__BackingField_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTileLengthU3Ek__BackingField_49), (void*)value); } inline static int32_t get_offset_of_U3CBadFaxLinesU3Ek__BackingField_50() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CBadFaxLinesU3Ek__BackingField_50)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CBadFaxLinesU3Ek__BackingField_50() const { return ___U3CBadFaxLinesU3Ek__BackingField_50; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CBadFaxLinesU3Ek__BackingField_50() { return &___U3CBadFaxLinesU3Ek__BackingField_50; } inline void set_U3CBadFaxLinesU3Ek__BackingField_50(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CBadFaxLinesU3Ek__BackingField_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBadFaxLinesU3Ek__BackingField_50), (void*)value); } inline static int32_t get_offset_of_U3CConsecutiveBadFaxLinesU3Ek__BackingField_51() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CConsecutiveBadFaxLinesU3Ek__BackingField_51)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CConsecutiveBadFaxLinesU3Ek__BackingField_51() const { return ___U3CConsecutiveBadFaxLinesU3Ek__BackingField_51; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CConsecutiveBadFaxLinesU3Ek__BackingField_51() { return &___U3CConsecutiveBadFaxLinesU3Ek__BackingField_51; } inline void set_U3CConsecutiveBadFaxLinesU3Ek__BackingField_51(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CConsecutiveBadFaxLinesU3Ek__BackingField_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConsecutiveBadFaxLinesU3Ek__BackingField_51), (void*)value); } inline static int32_t get_offset_of_U3CPixelXDimensionU3Ek__BackingField_52() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPixelXDimensionU3Ek__BackingField_52)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CPixelXDimensionU3Ek__BackingField_52() const { return ___U3CPixelXDimensionU3Ek__BackingField_52; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CPixelXDimensionU3Ek__BackingField_52() { return &___U3CPixelXDimensionU3Ek__BackingField_52; } inline void set_U3CPixelXDimensionU3Ek__BackingField_52(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CPixelXDimensionU3Ek__BackingField_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelXDimensionU3Ek__BackingField_52), (void*)value); } inline static int32_t get_offset_of_U3CPixelYDimensionU3Ek__BackingField_53() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPixelYDimensionU3Ek__BackingField_53)); } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * get_U3CPixelYDimensionU3Ek__BackingField_53() const { return ___U3CPixelYDimensionU3Ek__BackingField_53; } inline ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 ** get_address_of_U3CPixelYDimensionU3Ek__BackingField_53() { return &___U3CPixelYDimensionU3Ek__BackingField_53; } inline void set_U3CPixelYDimensionU3Ek__BackingField_53(ExifTag_1_t02DB0D6CE6B0114EF269926DEF07494F014CA3A4 * value) { ___U3CPixelYDimensionU3Ek__BackingField_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelYDimensionU3Ek__BackingField_53), (void*)value); } inline static int32_t get_offset_of_U3CStripOffsetsU3Ek__BackingField_54() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CStripOffsetsU3Ek__BackingField_54)); } inline ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * get_U3CStripOffsetsU3Ek__BackingField_54() const { return ___U3CStripOffsetsU3Ek__BackingField_54; } inline ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF ** get_address_of_U3CStripOffsetsU3Ek__BackingField_54() { return &___U3CStripOffsetsU3Ek__BackingField_54; } inline void set_U3CStripOffsetsU3Ek__BackingField_54(ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * value) { ___U3CStripOffsetsU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStripOffsetsU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_U3CStripByteCountsU3Ek__BackingField_55() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CStripByteCountsU3Ek__BackingField_55)); } inline ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * get_U3CStripByteCountsU3Ek__BackingField_55() const { return ___U3CStripByteCountsU3Ek__BackingField_55; } inline ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF ** get_address_of_U3CStripByteCountsU3Ek__BackingField_55() { return &___U3CStripByteCountsU3Ek__BackingField_55; } inline void set_U3CStripByteCountsU3Ek__BackingField_55(ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * value) { ___U3CStripByteCountsU3Ek__BackingField_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStripByteCountsU3Ek__BackingField_55), (void*)value); } inline static int32_t get_offset_of_U3CTileByteCountsU3Ek__BackingField_56() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CTileByteCountsU3Ek__BackingField_56)); } inline ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * get_U3CTileByteCountsU3Ek__BackingField_56() const { return ___U3CTileByteCountsU3Ek__BackingField_56; } inline ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF ** get_address_of_U3CTileByteCountsU3Ek__BackingField_56() { return &___U3CTileByteCountsU3Ek__BackingField_56; } inline void set_U3CTileByteCountsU3Ek__BackingField_56(ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * value) { ___U3CTileByteCountsU3Ek__BackingField_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTileByteCountsU3Ek__BackingField_56), (void*)value); } inline static int32_t get_offset_of_U3CImageLayerU3Ek__BackingField_57() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageLayerU3Ek__BackingField_57)); } inline ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * get_U3CImageLayerU3Ek__BackingField_57() const { return ___U3CImageLayerU3Ek__BackingField_57; } inline ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF ** get_address_of_U3CImageLayerU3Ek__BackingField_57() { return &___U3CImageLayerU3Ek__BackingField_57; } inline void set_U3CImageLayerU3Ek__BackingField_57(ExifTag_1_t35D67204FB0F1464B7099BCCFA307A66D72528BF * value) { ___U3CImageLayerU3Ek__BackingField_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageLayerU3Ek__BackingField_57), (void*)value); } inline static int32_t get_offset_of_U3CXPositionU3Ek__BackingField_58() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CXPositionU3Ek__BackingField_58)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CXPositionU3Ek__BackingField_58() const { return ___U3CXPositionU3Ek__BackingField_58; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CXPositionU3Ek__BackingField_58() { return &___U3CXPositionU3Ek__BackingField_58; } inline void set_U3CXPositionU3Ek__BackingField_58(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CXPositionU3Ek__BackingField_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CXPositionU3Ek__BackingField_58), (void*)value); } inline static int32_t get_offset_of_U3CYPositionU3Ek__BackingField_59() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CYPositionU3Ek__BackingField_59)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CYPositionU3Ek__BackingField_59() const { return ___U3CYPositionU3Ek__BackingField_59; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CYPositionU3Ek__BackingField_59() { return &___U3CYPositionU3Ek__BackingField_59; } inline void set_U3CYPositionU3Ek__BackingField_59(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CYPositionU3Ek__BackingField_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CYPositionU3Ek__BackingField_59), (void*)value); } inline static int32_t get_offset_of_U3CXResolutionU3Ek__BackingField_60() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CXResolutionU3Ek__BackingField_60)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CXResolutionU3Ek__BackingField_60() const { return ___U3CXResolutionU3Ek__BackingField_60; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CXResolutionU3Ek__BackingField_60() { return &___U3CXResolutionU3Ek__BackingField_60; } inline void set_U3CXResolutionU3Ek__BackingField_60(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CXResolutionU3Ek__BackingField_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CXResolutionU3Ek__BackingField_60), (void*)value); } inline static int32_t get_offset_of_U3CYResolutionU3Ek__BackingField_61() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CYResolutionU3Ek__BackingField_61)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CYResolutionU3Ek__BackingField_61() const { return ___U3CYResolutionU3Ek__BackingField_61; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CYResolutionU3Ek__BackingField_61() { return &___U3CYResolutionU3Ek__BackingField_61; } inline void set_U3CYResolutionU3Ek__BackingField_61(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CYResolutionU3Ek__BackingField_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CYResolutionU3Ek__BackingField_61), (void*)value); } inline static int32_t get_offset_of_U3CBatteryLevelU3Ek__BackingField_62() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CBatteryLevelU3Ek__BackingField_62)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CBatteryLevelU3Ek__BackingField_62() const { return ___U3CBatteryLevelU3Ek__BackingField_62; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CBatteryLevelU3Ek__BackingField_62() { return &___U3CBatteryLevelU3Ek__BackingField_62; } inline void set_U3CBatteryLevelU3Ek__BackingField_62(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CBatteryLevelU3Ek__BackingField_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBatteryLevelU3Ek__BackingField_62), (void*)value); } inline static int32_t get_offset_of_U3CExposureTimeU3Ek__BackingField_63() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CExposureTimeU3Ek__BackingField_63)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CExposureTimeU3Ek__BackingField_63() const { return ___U3CExposureTimeU3Ek__BackingField_63; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CExposureTimeU3Ek__BackingField_63() { return &___U3CExposureTimeU3Ek__BackingField_63; } inline void set_U3CExposureTimeU3Ek__BackingField_63(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CExposureTimeU3Ek__BackingField_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExposureTimeU3Ek__BackingField_63), (void*)value); } inline static int32_t get_offset_of_U3CFNumberU3Ek__BackingField_64() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFNumberU3Ek__BackingField_64)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CFNumberU3Ek__BackingField_64() const { return ___U3CFNumberU3Ek__BackingField_64; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CFNumberU3Ek__BackingField_64() { return &___U3CFNumberU3Ek__BackingField_64; } inline void set_U3CFNumberU3Ek__BackingField_64(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CFNumberU3Ek__BackingField_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFNumberU3Ek__BackingField_64), (void*)value); } inline static int32_t get_offset_of_U3CMDScalePixelU3Ek__BackingField_65() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMDScalePixelU3Ek__BackingField_65)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CMDScalePixelU3Ek__BackingField_65() const { return ___U3CMDScalePixelU3Ek__BackingField_65; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CMDScalePixelU3Ek__BackingField_65() { return &___U3CMDScalePixelU3Ek__BackingField_65; } inline void set_U3CMDScalePixelU3Ek__BackingField_65(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CMDScalePixelU3Ek__BackingField_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMDScalePixelU3Ek__BackingField_65), (void*)value); } inline static int32_t get_offset_of_U3CCompressedBitsPerPixelU3Ek__BackingField_66() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCompressedBitsPerPixelU3Ek__BackingField_66)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CCompressedBitsPerPixelU3Ek__BackingField_66() const { return ___U3CCompressedBitsPerPixelU3Ek__BackingField_66; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CCompressedBitsPerPixelU3Ek__BackingField_66() { return &___U3CCompressedBitsPerPixelU3Ek__BackingField_66; } inline void set_U3CCompressedBitsPerPixelU3Ek__BackingField_66(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CCompressedBitsPerPixelU3Ek__BackingField_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCompressedBitsPerPixelU3Ek__BackingField_66), (void*)value); } inline static int32_t get_offset_of_U3CApertureValueU3Ek__BackingField_67() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CApertureValueU3Ek__BackingField_67)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CApertureValueU3Ek__BackingField_67() const { return ___U3CApertureValueU3Ek__BackingField_67; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CApertureValueU3Ek__BackingField_67() { return &___U3CApertureValueU3Ek__BackingField_67; } inline void set_U3CApertureValueU3Ek__BackingField_67(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CApertureValueU3Ek__BackingField_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CApertureValueU3Ek__BackingField_67), (void*)value); } inline static int32_t get_offset_of_U3CMaxApertureValueU3Ek__BackingField_68() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMaxApertureValueU3Ek__BackingField_68)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CMaxApertureValueU3Ek__BackingField_68() const { return ___U3CMaxApertureValueU3Ek__BackingField_68; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CMaxApertureValueU3Ek__BackingField_68() { return &___U3CMaxApertureValueU3Ek__BackingField_68; } inline void set_U3CMaxApertureValueU3Ek__BackingField_68(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CMaxApertureValueU3Ek__BackingField_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMaxApertureValueU3Ek__BackingField_68), (void*)value); } inline static int32_t get_offset_of_U3CSubjectDistanceU3Ek__BackingField_69() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubjectDistanceU3Ek__BackingField_69)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CSubjectDistanceU3Ek__BackingField_69() const { return ___U3CSubjectDistanceU3Ek__BackingField_69; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CSubjectDistanceU3Ek__BackingField_69() { return &___U3CSubjectDistanceU3Ek__BackingField_69; } inline void set_U3CSubjectDistanceU3Ek__BackingField_69(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CSubjectDistanceU3Ek__BackingField_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubjectDistanceU3Ek__BackingField_69), (void*)value); } inline static int32_t get_offset_of_U3CFocalLengthU3Ek__BackingField_70() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFocalLengthU3Ek__BackingField_70)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CFocalLengthU3Ek__BackingField_70() const { return ___U3CFocalLengthU3Ek__BackingField_70; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CFocalLengthU3Ek__BackingField_70() { return &___U3CFocalLengthU3Ek__BackingField_70; } inline void set_U3CFocalLengthU3Ek__BackingField_70(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CFocalLengthU3Ek__BackingField_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFocalLengthU3Ek__BackingField_70), (void*)value); } inline static int32_t get_offset_of_U3CFlashEnergy2U3Ek__BackingField_71() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFlashEnergy2U3Ek__BackingField_71)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CFlashEnergy2U3Ek__BackingField_71() const { return ___U3CFlashEnergy2U3Ek__BackingField_71; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CFlashEnergy2U3Ek__BackingField_71() { return &___U3CFlashEnergy2U3Ek__BackingField_71; } inline void set_U3CFlashEnergy2U3Ek__BackingField_71(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CFlashEnergy2U3Ek__BackingField_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFlashEnergy2U3Ek__BackingField_71), (void*)value); } inline static int32_t get_offset_of_U3CFocalPlaneXResolution2U3Ek__BackingField_72() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFocalPlaneXResolution2U3Ek__BackingField_72)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CFocalPlaneXResolution2U3Ek__BackingField_72() const { return ___U3CFocalPlaneXResolution2U3Ek__BackingField_72; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CFocalPlaneXResolution2U3Ek__BackingField_72() { return &___U3CFocalPlaneXResolution2U3Ek__BackingField_72; } inline void set_U3CFocalPlaneXResolution2U3Ek__BackingField_72(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CFocalPlaneXResolution2U3Ek__BackingField_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFocalPlaneXResolution2U3Ek__BackingField_72), (void*)value); } inline static int32_t get_offset_of_U3CFocalPlaneYResolution2U3Ek__BackingField_73() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFocalPlaneYResolution2U3Ek__BackingField_73)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CFocalPlaneYResolution2U3Ek__BackingField_73() const { return ___U3CFocalPlaneYResolution2U3Ek__BackingField_73; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CFocalPlaneYResolution2U3Ek__BackingField_73() { return &___U3CFocalPlaneYResolution2U3Ek__BackingField_73; } inline void set_U3CFocalPlaneYResolution2U3Ek__BackingField_73(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CFocalPlaneYResolution2U3Ek__BackingField_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFocalPlaneYResolution2U3Ek__BackingField_73), (void*)value); } inline static int32_t get_offset_of_U3CExposureIndex2U3Ek__BackingField_74() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CExposureIndex2U3Ek__BackingField_74)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CExposureIndex2U3Ek__BackingField_74() const { return ___U3CExposureIndex2U3Ek__BackingField_74; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CExposureIndex2U3Ek__BackingField_74() { return &___U3CExposureIndex2U3Ek__BackingField_74; } inline void set_U3CExposureIndex2U3Ek__BackingField_74(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CExposureIndex2U3Ek__BackingField_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExposureIndex2U3Ek__BackingField_74), (void*)value); } inline static int32_t get_offset_of_U3CHumidityU3Ek__BackingField_75() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CHumidityU3Ek__BackingField_75)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CHumidityU3Ek__BackingField_75() const { return ___U3CHumidityU3Ek__BackingField_75; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CHumidityU3Ek__BackingField_75() { return &___U3CHumidityU3Ek__BackingField_75; } inline void set_U3CHumidityU3Ek__BackingField_75(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CHumidityU3Ek__BackingField_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHumidityU3Ek__BackingField_75), (void*)value); } inline static int32_t get_offset_of_U3CPressureU3Ek__BackingField_76() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPressureU3Ek__BackingField_76)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CPressureU3Ek__BackingField_76() const { return ___U3CPressureU3Ek__BackingField_76; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CPressureU3Ek__BackingField_76() { return &___U3CPressureU3Ek__BackingField_76; } inline void set_U3CPressureU3Ek__BackingField_76(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CPressureU3Ek__BackingField_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPressureU3Ek__BackingField_76), (void*)value); } inline static int32_t get_offset_of_U3CAccelerationU3Ek__BackingField_77() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CAccelerationU3Ek__BackingField_77)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CAccelerationU3Ek__BackingField_77() const { return ___U3CAccelerationU3Ek__BackingField_77; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CAccelerationU3Ek__BackingField_77() { return &___U3CAccelerationU3Ek__BackingField_77; } inline void set_U3CAccelerationU3Ek__BackingField_77(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CAccelerationU3Ek__BackingField_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAccelerationU3Ek__BackingField_77), (void*)value); } inline static int32_t get_offset_of_U3CFlashEnergyU3Ek__BackingField_78() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFlashEnergyU3Ek__BackingField_78)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CFlashEnergyU3Ek__BackingField_78() const { return ___U3CFlashEnergyU3Ek__BackingField_78; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CFlashEnergyU3Ek__BackingField_78() { return &___U3CFlashEnergyU3Ek__BackingField_78; } inline void set_U3CFlashEnergyU3Ek__BackingField_78(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CFlashEnergyU3Ek__BackingField_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFlashEnergyU3Ek__BackingField_78), (void*)value); } inline static int32_t get_offset_of_U3CFocalPlaneXResolutionU3Ek__BackingField_79() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFocalPlaneXResolutionU3Ek__BackingField_79)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CFocalPlaneXResolutionU3Ek__BackingField_79() const { return ___U3CFocalPlaneXResolutionU3Ek__BackingField_79; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CFocalPlaneXResolutionU3Ek__BackingField_79() { return &___U3CFocalPlaneXResolutionU3Ek__BackingField_79; } inline void set_U3CFocalPlaneXResolutionU3Ek__BackingField_79(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CFocalPlaneXResolutionU3Ek__BackingField_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFocalPlaneXResolutionU3Ek__BackingField_79), (void*)value); } inline static int32_t get_offset_of_U3CFocalPlaneYResolutionU3Ek__BackingField_80() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFocalPlaneYResolutionU3Ek__BackingField_80)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CFocalPlaneYResolutionU3Ek__BackingField_80() const { return ___U3CFocalPlaneYResolutionU3Ek__BackingField_80; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CFocalPlaneYResolutionU3Ek__BackingField_80() { return &___U3CFocalPlaneYResolutionU3Ek__BackingField_80; } inline void set_U3CFocalPlaneYResolutionU3Ek__BackingField_80(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CFocalPlaneYResolutionU3Ek__BackingField_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFocalPlaneYResolutionU3Ek__BackingField_80), (void*)value); } inline static int32_t get_offset_of_U3CExposureIndexU3Ek__BackingField_81() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CExposureIndexU3Ek__BackingField_81)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CExposureIndexU3Ek__BackingField_81() const { return ___U3CExposureIndexU3Ek__BackingField_81; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CExposureIndexU3Ek__BackingField_81() { return &___U3CExposureIndexU3Ek__BackingField_81; } inline void set_U3CExposureIndexU3Ek__BackingField_81(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CExposureIndexU3Ek__BackingField_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExposureIndexU3Ek__BackingField_81), (void*)value); } inline static int32_t get_offset_of_U3CDigitalZoomRatioU3Ek__BackingField_82() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDigitalZoomRatioU3Ek__BackingField_82)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CDigitalZoomRatioU3Ek__BackingField_82() const { return ___U3CDigitalZoomRatioU3Ek__BackingField_82; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CDigitalZoomRatioU3Ek__BackingField_82() { return &___U3CDigitalZoomRatioU3Ek__BackingField_82; } inline void set_U3CDigitalZoomRatioU3Ek__BackingField_82(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CDigitalZoomRatioU3Ek__BackingField_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDigitalZoomRatioU3Ek__BackingField_82), (void*)value); } inline static int32_t get_offset_of_U3CGPSAltitudeU3Ek__BackingField_83() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSAltitudeU3Ek__BackingField_83)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CGPSAltitudeU3Ek__BackingField_83() const { return ___U3CGPSAltitudeU3Ek__BackingField_83; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CGPSAltitudeU3Ek__BackingField_83() { return &___U3CGPSAltitudeU3Ek__BackingField_83; } inline void set_U3CGPSAltitudeU3Ek__BackingField_83(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CGPSAltitudeU3Ek__BackingField_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSAltitudeU3Ek__BackingField_83), (void*)value); } inline static int32_t get_offset_of_U3CGPSDOPU3Ek__BackingField_84() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDOPU3Ek__BackingField_84)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CGPSDOPU3Ek__BackingField_84() const { return ___U3CGPSDOPU3Ek__BackingField_84; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CGPSDOPU3Ek__BackingField_84() { return &___U3CGPSDOPU3Ek__BackingField_84; } inline void set_U3CGPSDOPU3Ek__BackingField_84(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CGPSDOPU3Ek__BackingField_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDOPU3Ek__BackingField_84), (void*)value); } inline static int32_t get_offset_of_U3CGPSSpeedU3Ek__BackingField_85() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSSpeedU3Ek__BackingField_85)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CGPSSpeedU3Ek__BackingField_85() const { return ___U3CGPSSpeedU3Ek__BackingField_85; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CGPSSpeedU3Ek__BackingField_85() { return &___U3CGPSSpeedU3Ek__BackingField_85; } inline void set_U3CGPSSpeedU3Ek__BackingField_85(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CGPSSpeedU3Ek__BackingField_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSSpeedU3Ek__BackingField_85), (void*)value); } inline static int32_t get_offset_of_U3CGPSTrackU3Ek__BackingField_86() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSTrackU3Ek__BackingField_86)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CGPSTrackU3Ek__BackingField_86() const { return ___U3CGPSTrackU3Ek__BackingField_86; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CGPSTrackU3Ek__BackingField_86() { return &___U3CGPSTrackU3Ek__BackingField_86; } inline void set_U3CGPSTrackU3Ek__BackingField_86(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CGPSTrackU3Ek__BackingField_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSTrackU3Ek__BackingField_86), (void*)value); } inline static int32_t get_offset_of_U3CGPSImgDirectionU3Ek__BackingField_87() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSImgDirectionU3Ek__BackingField_87)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CGPSImgDirectionU3Ek__BackingField_87() const { return ___U3CGPSImgDirectionU3Ek__BackingField_87; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CGPSImgDirectionU3Ek__BackingField_87() { return &___U3CGPSImgDirectionU3Ek__BackingField_87; } inline void set_U3CGPSImgDirectionU3Ek__BackingField_87(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CGPSImgDirectionU3Ek__BackingField_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSImgDirectionU3Ek__BackingField_87), (void*)value); } inline static int32_t get_offset_of_U3CGPSDestBearingU3Ek__BackingField_88() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDestBearingU3Ek__BackingField_88)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CGPSDestBearingU3Ek__BackingField_88() const { return ___U3CGPSDestBearingU3Ek__BackingField_88; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CGPSDestBearingU3Ek__BackingField_88() { return &___U3CGPSDestBearingU3Ek__BackingField_88; } inline void set_U3CGPSDestBearingU3Ek__BackingField_88(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CGPSDestBearingU3Ek__BackingField_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDestBearingU3Ek__BackingField_88), (void*)value); } inline static int32_t get_offset_of_U3CGPSDestDistanceU3Ek__BackingField_89() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDestDistanceU3Ek__BackingField_89)); } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * get_U3CGPSDestDistanceU3Ek__BackingField_89() const { return ___U3CGPSDestDistanceU3Ek__BackingField_89; } inline ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 ** get_address_of_U3CGPSDestDistanceU3Ek__BackingField_89() { return &___U3CGPSDestDistanceU3Ek__BackingField_89; } inline void set_U3CGPSDestDistanceU3Ek__BackingField_89(ExifTag_1_t41034D39D9F675759AE2AF5E30CA74DA4092A3F3 * value) { ___U3CGPSDestDistanceU3Ek__BackingField_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDestDistanceU3Ek__BackingField_89), (void*)value); } inline static int32_t get_offset_of_U3CWhitePointU3Ek__BackingField_90() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CWhitePointU3Ek__BackingField_90)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CWhitePointU3Ek__BackingField_90() const { return ___U3CWhitePointU3Ek__BackingField_90; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CWhitePointU3Ek__BackingField_90() { return &___U3CWhitePointU3Ek__BackingField_90; } inline void set_U3CWhitePointU3Ek__BackingField_90(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CWhitePointU3Ek__BackingField_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CWhitePointU3Ek__BackingField_90), (void*)value); } inline static int32_t get_offset_of_U3CPrimaryChromaticitiesU3Ek__BackingField_91() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPrimaryChromaticitiesU3Ek__BackingField_91)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CPrimaryChromaticitiesU3Ek__BackingField_91() const { return ___U3CPrimaryChromaticitiesU3Ek__BackingField_91; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CPrimaryChromaticitiesU3Ek__BackingField_91() { return &___U3CPrimaryChromaticitiesU3Ek__BackingField_91; } inline void set_U3CPrimaryChromaticitiesU3Ek__BackingField_91(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CPrimaryChromaticitiesU3Ek__BackingField_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPrimaryChromaticitiesU3Ek__BackingField_91), (void*)value); } inline static int32_t get_offset_of_U3CYCbCrCoefficientsU3Ek__BackingField_92() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CYCbCrCoefficientsU3Ek__BackingField_92)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CYCbCrCoefficientsU3Ek__BackingField_92() const { return ___U3CYCbCrCoefficientsU3Ek__BackingField_92; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CYCbCrCoefficientsU3Ek__BackingField_92() { return &___U3CYCbCrCoefficientsU3Ek__BackingField_92; } inline void set_U3CYCbCrCoefficientsU3Ek__BackingField_92(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CYCbCrCoefficientsU3Ek__BackingField_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CYCbCrCoefficientsU3Ek__BackingField_92), (void*)value); } inline static int32_t get_offset_of_U3CReferenceBlackWhiteU3Ek__BackingField_93() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CReferenceBlackWhiteU3Ek__BackingField_93)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CReferenceBlackWhiteU3Ek__BackingField_93() const { return ___U3CReferenceBlackWhiteU3Ek__BackingField_93; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CReferenceBlackWhiteU3Ek__BackingField_93() { return &___U3CReferenceBlackWhiteU3Ek__BackingField_93; } inline void set_U3CReferenceBlackWhiteU3Ek__BackingField_93(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CReferenceBlackWhiteU3Ek__BackingField_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CReferenceBlackWhiteU3Ek__BackingField_93), (void*)value); } inline static int32_t get_offset_of_U3CGPSLatitudeU3Ek__BackingField_94() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSLatitudeU3Ek__BackingField_94)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CGPSLatitudeU3Ek__BackingField_94() const { return ___U3CGPSLatitudeU3Ek__BackingField_94; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CGPSLatitudeU3Ek__BackingField_94() { return &___U3CGPSLatitudeU3Ek__BackingField_94; } inline void set_U3CGPSLatitudeU3Ek__BackingField_94(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CGPSLatitudeU3Ek__BackingField_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSLatitudeU3Ek__BackingField_94), (void*)value); } inline static int32_t get_offset_of_U3CGPSLongitudeU3Ek__BackingField_95() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSLongitudeU3Ek__BackingField_95)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CGPSLongitudeU3Ek__BackingField_95() const { return ___U3CGPSLongitudeU3Ek__BackingField_95; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CGPSLongitudeU3Ek__BackingField_95() { return &___U3CGPSLongitudeU3Ek__BackingField_95; } inline void set_U3CGPSLongitudeU3Ek__BackingField_95(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CGPSLongitudeU3Ek__BackingField_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSLongitudeU3Ek__BackingField_95), (void*)value); } inline static int32_t get_offset_of_U3CGPSTimestampU3Ek__BackingField_96() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSTimestampU3Ek__BackingField_96)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CGPSTimestampU3Ek__BackingField_96() const { return ___U3CGPSTimestampU3Ek__BackingField_96; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CGPSTimestampU3Ek__BackingField_96() { return &___U3CGPSTimestampU3Ek__BackingField_96; } inline void set_U3CGPSTimestampU3Ek__BackingField_96(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CGPSTimestampU3Ek__BackingField_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSTimestampU3Ek__BackingField_96), (void*)value); } inline static int32_t get_offset_of_U3CGPSDestLatitudeU3Ek__BackingField_97() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDestLatitudeU3Ek__BackingField_97)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CGPSDestLatitudeU3Ek__BackingField_97() const { return ___U3CGPSDestLatitudeU3Ek__BackingField_97; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CGPSDestLatitudeU3Ek__BackingField_97() { return &___U3CGPSDestLatitudeU3Ek__BackingField_97; } inline void set_U3CGPSDestLatitudeU3Ek__BackingField_97(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CGPSDestLatitudeU3Ek__BackingField_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDestLatitudeU3Ek__BackingField_97), (void*)value); } inline static int32_t get_offset_of_U3CGPSDestLongitudeU3Ek__BackingField_98() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDestLongitudeU3Ek__BackingField_98)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CGPSDestLongitudeU3Ek__BackingField_98() const { return ___U3CGPSDestLongitudeU3Ek__BackingField_98; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CGPSDestLongitudeU3Ek__BackingField_98() { return &___U3CGPSDestLongitudeU3Ek__BackingField_98; } inline void set_U3CGPSDestLongitudeU3Ek__BackingField_98(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CGPSDestLongitudeU3Ek__BackingField_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDestLongitudeU3Ek__BackingField_98), (void*)value); } inline static int32_t get_offset_of_U3CLensSpecificationU3Ek__BackingField_99() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CLensSpecificationU3Ek__BackingField_99)); } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * get_U3CLensSpecificationU3Ek__BackingField_99() const { return ___U3CLensSpecificationU3Ek__BackingField_99; } inline ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 ** get_address_of_U3CLensSpecificationU3Ek__BackingField_99() { return &___U3CLensSpecificationU3Ek__BackingField_99; } inline void set_U3CLensSpecificationU3Ek__BackingField_99(ExifTag_1_t8DE42FD017A94F99C05539CA88A12710C7C7AB10 * value) { ___U3CLensSpecificationU3Ek__BackingField_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLensSpecificationU3Ek__BackingField_99), (void*)value); } inline static int32_t get_offset_of_U3COldSubfileTypeU3Ek__BackingField_100() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3COldSubfileTypeU3Ek__BackingField_100)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3COldSubfileTypeU3Ek__BackingField_100() const { return ___U3COldSubfileTypeU3Ek__BackingField_100; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3COldSubfileTypeU3Ek__BackingField_100() { return &___U3COldSubfileTypeU3Ek__BackingField_100; } inline void set_U3COldSubfileTypeU3Ek__BackingField_100(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3COldSubfileTypeU3Ek__BackingField_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COldSubfileTypeU3Ek__BackingField_100), (void*)value); } inline static int32_t get_offset_of_U3CCompressionU3Ek__BackingField_101() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCompressionU3Ek__BackingField_101)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CCompressionU3Ek__BackingField_101() const { return ___U3CCompressionU3Ek__BackingField_101; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CCompressionU3Ek__BackingField_101() { return &___U3CCompressionU3Ek__BackingField_101; } inline void set_U3CCompressionU3Ek__BackingField_101(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CCompressionU3Ek__BackingField_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCompressionU3Ek__BackingField_101), (void*)value); } inline static int32_t get_offset_of_U3CPhotometricInterpretationU3Ek__BackingField_102() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPhotometricInterpretationU3Ek__BackingField_102)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CPhotometricInterpretationU3Ek__BackingField_102() const { return ___U3CPhotometricInterpretationU3Ek__BackingField_102; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CPhotometricInterpretationU3Ek__BackingField_102() { return &___U3CPhotometricInterpretationU3Ek__BackingField_102; } inline void set_U3CPhotometricInterpretationU3Ek__BackingField_102(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CPhotometricInterpretationU3Ek__BackingField_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPhotometricInterpretationU3Ek__BackingField_102), (void*)value); } inline static int32_t get_offset_of_U3CThresholdingU3Ek__BackingField_103() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CThresholdingU3Ek__BackingField_103)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CThresholdingU3Ek__BackingField_103() const { return ___U3CThresholdingU3Ek__BackingField_103; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CThresholdingU3Ek__BackingField_103() { return &___U3CThresholdingU3Ek__BackingField_103; } inline void set_U3CThresholdingU3Ek__BackingField_103(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CThresholdingU3Ek__BackingField_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CThresholdingU3Ek__BackingField_103), (void*)value); } inline static int32_t get_offset_of_U3CCellWidthU3Ek__BackingField_104() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCellWidthU3Ek__BackingField_104)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CCellWidthU3Ek__BackingField_104() const { return ___U3CCellWidthU3Ek__BackingField_104; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CCellWidthU3Ek__BackingField_104() { return &___U3CCellWidthU3Ek__BackingField_104; } inline void set_U3CCellWidthU3Ek__BackingField_104(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CCellWidthU3Ek__BackingField_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCellWidthU3Ek__BackingField_104), (void*)value); } inline static int32_t get_offset_of_U3CCellLengthU3Ek__BackingField_105() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCellLengthU3Ek__BackingField_105)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CCellLengthU3Ek__BackingField_105() const { return ___U3CCellLengthU3Ek__BackingField_105; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CCellLengthU3Ek__BackingField_105() { return &___U3CCellLengthU3Ek__BackingField_105; } inline void set_U3CCellLengthU3Ek__BackingField_105(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CCellLengthU3Ek__BackingField_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCellLengthU3Ek__BackingField_105), (void*)value); } inline static int32_t get_offset_of_U3CFillOrderU3Ek__BackingField_106() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFillOrderU3Ek__BackingField_106)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CFillOrderU3Ek__BackingField_106() const { return ___U3CFillOrderU3Ek__BackingField_106; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CFillOrderU3Ek__BackingField_106() { return &___U3CFillOrderU3Ek__BackingField_106; } inline void set_U3CFillOrderU3Ek__BackingField_106(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CFillOrderU3Ek__BackingField_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFillOrderU3Ek__BackingField_106), (void*)value); } inline static int32_t get_offset_of_U3COrientationU3Ek__BackingField_107() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3COrientationU3Ek__BackingField_107)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3COrientationU3Ek__BackingField_107() const { return ___U3COrientationU3Ek__BackingField_107; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3COrientationU3Ek__BackingField_107() { return &___U3COrientationU3Ek__BackingField_107; } inline void set_U3COrientationU3Ek__BackingField_107(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3COrientationU3Ek__BackingField_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COrientationU3Ek__BackingField_107), (void*)value); } inline static int32_t get_offset_of_U3CSamplesPerPixelU3Ek__BackingField_108() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSamplesPerPixelU3Ek__BackingField_108)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSamplesPerPixelU3Ek__BackingField_108() const { return ___U3CSamplesPerPixelU3Ek__BackingField_108; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSamplesPerPixelU3Ek__BackingField_108() { return &___U3CSamplesPerPixelU3Ek__BackingField_108; } inline void set_U3CSamplesPerPixelU3Ek__BackingField_108(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSamplesPerPixelU3Ek__BackingField_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSamplesPerPixelU3Ek__BackingField_108), (void*)value); } inline static int32_t get_offset_of_U3CPlanarConfigurationU3Ek__BackingField_109() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPlanarConfigurationU3Ek__BackingField_109)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CPlanarConfigurationU3Ek__BackingField_109() const { return ___U3CPlanarConfigurationU3Ek__BackingField_109; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CPlanarConfigurationU3Ek__BackingField_109() { return &___U3CPlanarConfigurationU3Ek__BackingField_109; } inline void set_U3CPlanarConfigurationU3Ek__BackingField_109(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CPlanarConfigurationU3Ek__BackingField_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPlanarConfigurationU3Ek__BackingField_109), (void*)value); } inline static int32_t get_offset_of_U3CPredictorU3Ek__BackingField_110() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPredictorU3Ek__BackingField_110)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CPredictorU3Ek__BackingField_110() const { return ___U3CPredictorU3Ek__BackingField_110; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CPredictorU3Ek__BackingField_110() { return &___U3CPredictorU3Ek__BackingField_110; } inline void set_U3CPredictorU3Ek__BackingField_110(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CPredictorU3Ek__BackingField_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPredictorU3Ek__BackingField_110), (void*)value); } inline static int32_t get_offset_of_U3CGrayResponseUnitU3Ek__BackingField_111() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGrayResponseUnitU3Ek__BackingField_111)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CGrayResponseUnitU3Ek__BackingField_111() const { return ___U3CGrayResponseUnitU3Ek__BackingField_111; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CGrayResponseUnitU3Ek__BackingField_111() { return &___U3CGrayResponseUnitU3Ek__BackingField_111; } inline void set_U3CGrayResponseUnitU3Ek__BackingField_111(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CGrayResponseUnitU3Ek__BackingField_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGrayResponseUnitU3Ek__BackingField_111), (void*)value); } inline static int32_t get_offset_of_U3CResolutionUnitU3Ek__BackingField_112() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CResolutionUnitU3Ek__BackingField_112)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CResolutionUnitU3Ek__BackingField_112() const { return ___U3CResolutionUnitU3Ek__BackingField_112; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CResolutionUnitU3Ek__BackingField_112() { return &___U3CResolutionUnitU3Ek__BackingField_112; } inline void set_U3CResolutionUnitU3Ek__BackingField_112(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CResolutionUnitU3Ek__BackingField_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResolutionUnitU3Ek__BackingField_112), (void*)value); } inline static int32_t get_offset_of_U3CCleanFaxDataU3Ek__BackingField_113() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCleanFaxDataU3Ek__BackingField_113)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CCleanFaxDataU3Ek__BackingField_113() const { return ___U3CCleanFaxDataU3Ek__BackingField_113; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CCleanFaxDataU3Ek__BackingField_113() { return &___U3CCleanFaxDataU3Ek__BackingField_113; } inline void set_U3CCleanFaxDataU3Ek__BackingField_113(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CCleanFaxDataU3Ek__BackingField_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCleanFaxDataU3Ek__BackingField_113), (void*)value); } inline static int32_t get_offset_of_U3CInkSetU3Ek__BackingField_114() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CInkSetU3Ek__BackingField_114)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CInkSetU3Ek__BackingField_114() const { return ___U3CInkSetU3Ek__BackingField_114; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CInkSetU3Ek__BackingField_114() { return &___U3CInkSetU3Ek__BackingField_114; } inline void set_U3CInkSetU3Ek__BackingField_114(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CInkSetU3Ek__BackingField_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInkSetU3Ek__BackingField_114), (void*)value); } inline static int32_t get_offset_of_U3CNumberOfInksU3Ek__BackingField_115() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CNumberOfInksU3Ek__BackingField_115)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CNumberOfInksU3Ek__BackingField_115() const { return ___U3CNumberOfInksU3Ek__BackingField_115; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CNumberOfInksU3Ek__BackingField_115() { return &___U3CNumberOfInksU3Ek__BackingField_115; } inline void set_U3CNumberOfInksU3Ek__BackingField_115(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CNumberOfInksU3Ek__BackingField_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNumberOfInksU3Ek__BackingField_115), (void*)value); } inline static int32_t get_offset_of_U3CDotRangeU3Ek__BackingField_116() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDotRangeU3Ek__BackingField_116)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CDotRangeU3Ek__BackingField_116() const { return ___U3CDotRangeU3Ek__BackingField_116; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CDotRangeU3Ek__BackingField_116() { return &___U3CDotRangeU3Ek__BackingField_116; } inline void set_U3CDotRangeU3Ek__BackingField_116(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CDotRangeU3Ek__BackingField_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDotRangeU3Ek__BackingField_116), (void*)value); } inline static int32_t get_offset_of_U3CIndexedU3Ek__BackingField_117() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CIndexedU3Ek__BackingField_117)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CIndexedU3Ek__BackingField_117() const { return ___U3CIndexedU3Ek__BackingField_117; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CIndexedU3Ek__BackingField_117() { return &___U3CIndexedU3Ek__BackingField_117; } inline void set_U3CIndexedU3Ek__BackingField_117(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CIndexedU3Ek__BackingField_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIndexedU3Ek__BackingField_117), (void*)value); } inline static int32_t get_offset_of_U3COPIProxyU3Ek__BackingField_118() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3COPIProxyU3Ek__BackingField_118)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3COPIProxyU3Ek__BackingField_118() const { return ___U3COPIProxyU3Ek__BackingField_118; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3COPIProxyU3Ek__BackingField_118() { return &___U3COPIProxyU3Ek__BackingField_118; } inline void set_U3COPIProxyU3Ek__BackingField_118(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3COPIProxyU3Ek__BackingField_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COPIProxyU3Ek__BackingField_118), (void*)value); } inline static int32_t get_offset_of_U3CJPEGProcU3Ek__BackingField_119() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGProcU3Ek__BackingField_119)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CJPEGProcU3Ek__BackingField_119() const { return ___U3CJPEGProcU3Ek__BackingField_119; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CJPEGProcU3Ek__BackingField_119() { return &___U3CJPEGProcU3Ek__BackingField_119; } inline void set_U3CJPEGProcU3Ek__BackingField_119(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CJPEGProcU3Ek__BackingField_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGProcU3Ek__BackingField_119), (void*)value); } inline static int32_t get_offset_of_U3CJPEGRestartIntervalU3Ek__BackingField_120() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGRestartIntervalU3Ek__BackingField_120)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CJPEGRestartIntervalU3Ek__BackingField_120() const { return ___U3CJPEGRestartIntervalU3Ek__BackingField_120; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CJPEGRestartIntervalU3Ek__BackingField_120() { return &___U3CJPEGRestartIntervalU3Ek__BackingField_120; } inline void set_U3CJPEGRestartIntervalU3Ek__BackingField_120(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CJPEGRestartIntervalU3Ek__BackingField_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGRestartIntervalU3Ek__BackingField_120), (void*)value); } inline static int32_t get_offset_of_U3CYCbCrPositioningU3Ek__BackingField_121() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CYCbCrPositioningU3Ek__BackingField_121)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CYCbCrPositioningU3Ek__BackingField_121() const { return ___U3CYCbCrPositioningU3Ek__BackingField_121; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CYCbCrPositioningU3Ek__BackingField_121() { return &___U3CYCbCrPositioningU3Ek__BackingField_121; } inline void set_U3CYCbCrPositioningU3Ek__BackingField_121(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CYCbCrPositioningU3Ek__BackingField_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CYCbCrPositioningU3Ek__BackingField_121), (void*)value); } inline static int32_t get_offset_of_U3CRatingU3Ek__BackingField_122() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CRatingU3Ek__BackingField_122)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CRatingU3Ek__BackingField_122() const { return ___U3CRatingU3Ek__BackingField_122; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CRatingU3Ek__BackingField_122() { return &___U3CRatingU3Ek__BackingField_122; } inline void set_U3CRatingU3Ek__BackingField_122(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CRatingU3Ek__BackingField_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRatingU3Ek__BackingField_122), (void*)value); } inline static int32_t get_offset_of_U3CRatingPercentU3Ek__BackingField_123() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CRatingPercentU3Ek__BackingField_123)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CRatingPercentU3Ek__BackingField_123() const { return ___U3CRatingPercentU3Ek__BackingField_123; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CRatingPercentU3Ek__BackingField_123() { return &___U3CRatingPercentU3Ek__BackingField_123; } inline void set_U3CRatingPercentU3Ek__BackingField_123(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CRatingPercentU3Ek__BackingField_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRatingPercentU3Ek__BackingField_123), (void*)value); } inline static int32_t get_offset_of_U3CExposureProgramU3Ek__BackingField_124() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CExposureProgramU3Ek__BackingField_124)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CExposureProgramU3Ek__BackingField_124() const { return ___U3CExposureProgramU3Ek__BackingField_124; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CExposureProgramU3Ek__BackingField_124() { return &___U3CExposureProgramU3Ek__BackingField_124; } inline void set_U3CExposureProgramU3Ek__BackingField_124(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CExposureProgramU3Ek__BackingField_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExposureProgramU3Ek__BackingField_124), (void*)value); } inline static int32_t get_offset_of_U3CInterlaceU3Ek__BackingField_125() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CInterlaceU3Ek__BackingField_125)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CInterlaceU3Ek__BackingField_125() const { return ___U3CInterlaceU3Ek__BackingField_125; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CInterlaceU3Ek__BackingField_125() { return &___U3CInterlaceU3Ek__BackingField_125; } inline void set_U3CInterlaceU3Ek__BackingField_125(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CInterlaceU3Ek__BackingField_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInterlaceU3Ek__BackingField_125), (void*)value); } inline static int32_t get_offset_of_U3CSelfTimerModeU3Ek__BackingField_126() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSelfTimerModeU3Ek__BackingField_126)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSelfTimerModeU3Ek__BackingField_126() const { return ___U3CSelfTimerModeU3Ek__BackingField_126; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSelfTimerModeU3Ek__BackingField_126() { return &___U3CSelfTimerModeU3Ek__BackingField_126; } inline void set_U3CSelfTimerModeU3Ek__BackingField_126(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSelfTimerModeU3Ek__BackingField_126 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSelfTimerModeU3Ek__BackingField_126), (void*)value); } inline static int32_t get_offset_of_U3CSensitivityTypeU3Ek__BackingField_127() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSensitivityTypeU3Ek__BackingField_127)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSensitivityTypeU3Ek__BackingField_127() const { return ___U3CSensitivityTypeU3Ek__BackingField_127; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSensitivityTypeU3Ek__BackingField_127() { return &___U3CSensitivityTypeU3Ek__BackingField_127; } inline void set_U3CSensitivityTypeU3Ek__BackingField_127(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSensitivityTypeU3Ek__BackingField_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSensitivityTypeU3Ek__BackingField_127), (void*)value); } inline static int32_t get_offset_of_U3CMeteringModeU3Ek__BackingField_128() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMeteringModeU3Ek__BackingField_128)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CMeteringModeU3Ek__BackingField_128() const { return ___U3CMeteringModeU3Ek__BackingField_128; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CMeteringModeU3Ek__BackingField_128() { return &___U3CMeteringModeU3Ek__BackingField_128; } inline void set_U3CMeteringModeU3Ek__BackingField_128(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CMeteringModeU3Ek__BackingField_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMeteringModeU3Ek__BackingField_128), (void*)value); } inline static int32_t get_offset_of_U3CLightSourceU3Ek__BackingField_129() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CLightSourceU3Ek__BackingField_129)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CLightSourceU3Ek__BackingField_129() const { return ___U3CLightSourceU3Ek__BackingField_129; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CLightSourceU3Ek__BackingField_129() { return &___U3CLightSourceU3Ek__BackingField_129; } inline void set_U3CLightSourceU3Ek__BackingField_129(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CLightSourceU3Ek__BackingField_129 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLightSourceU3Ek__BackingField_129), (void*)value); } inline static int32_t get_offset_of_U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130() const { return ___U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130() { return &___U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130; } inline void set_U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFocalPlaneResolutionUnit2U3Ek__BackingField_130), (void*)value); } inline static int32_t get_offset_of_U3CSensingMethod2U3Ek__BackingField_131() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSensingMethod2U3Ek__BackingField_131)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSensingMethod2U3Ek__BackingField_131() const { return ___U3CSensingMethod2U3Ek__BackingField_131; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSensingMethod2U3Ek__BackingField_131() { return &___U3CSensingMethod2U3Ek__BackingField_131; } inline void set_U3CSensingMethod2U3Ek__BackingField_131(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSensingMethod2U3Ek__BackingField_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSensingMethod2U3Ek__BackingField_131), (void*)value); } inline static int32_t get_offset_of_U3CFlashU3Ek__BackingField_132() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFlashU3Ek__BackingField_132)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CFlashU3Ek__BackingField_132() const { return ___U3CFlashU3Ek__BackingField_132; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CFlashU3Ek__BackingField_132() { return &___U3CFlashU3Ek__BackingField_132; } inline void set_U3CFlashU3Ek__BackingField_132(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CFlashU3Ek__BackingField_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFlashU3Ek__BackingField_132), (void*)value); } inline static int32_t get_offset_of_U3CColorSpaceU3Ek__BackingField_133() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CColorSpaceU3Ek__BackingField_133)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CColorSpaceU3Ek__BackingField_133() const { return ___U3CColorSpaceU3Ek__BackingField_133; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CColorSpaceU3Ek__BackingField_133() { return &___U3CColorSpaceU3Ek__BackingField_133; } inline void set_U3CColorSpaceU3Ek__BackingField_133(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CColorSpaceU3Ek__BackingField_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CColorSpaceU3Ek__BackingField_133), (void*)value); } inline static int32_t get_offset_of_U3CFocalPlaneResolutionUnitU3Ek__BackingField_134() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFocalPlaneResolutionUnitU3Ek__BackingField_134)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CFocalPlaneResolutionUnitU3Ek__BackingField_134() const { return ___U3CFocalPlaneResolutionUnitU3Ek__BackingField_134; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CFocalPlaneResolutionUnitU3Ek__BackingField_134() { return &___U3CFocalPlaneResolutionUnitU3Ek__BackingField_134; } inline void set_U3CFocalPlaneResolutionUnitU3Ek__BackingField_134(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CFocalPlaneResolutionUnitU3Ek__BackingField_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFocalPlaneResolutionUnitU3Ek__BackingField_134), (void*)value); } inline static int32_t get_offset_of_U3CSensingMethodU3Ek__BackingField_135() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSensingMethodU3Ek__BackingField_135)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSensingMethodU3Ek__BackingField_135() const { return ___U3CSensingMethodU3Ek__BackingField_135; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSensingMethodU3Ek__BackingField_135() { return &___U3CSensingMethodU3Ek__BackingField_135; } inline void set_U3CSensingMethodU3Ek__BackingField_135(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSensingMethodU3Ek__BackingField_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSensingMethodU3Ek__BackingField_135), (void*)value); } inline static int32_t get_offset_of_U3CCustomRenderedU3Ek__BackingField_136() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCustomRenderedU3Ek__BackingField_136)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CCustomRenderedU3Ek__BackingField_136() const { return ___U3CCustomRenderedU3Ek__BackingField_136; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CCustomRenderedU3Ek__BackingField_136() { return &___U3CCustomRenderedU3Ek__BackingField_136; } inline void set_U3CCustomRenderedU3Ek__BackingField_136(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CCustomRenderedU3Ek__BackingField_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomRenderedU3Ek__BackingField_136), (void*)value); } inline static int32_t get_offset_of_U3CExposureModeU3Ek__BackingField_137() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CExposureModeU3Ek__BackingField_137)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CExposureModeU3Ek__BackingField_137() const { return ___U3CExposureModeU3Ek__BackingField_137; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CExposureModeU3Ek__BackingField_137() { return &___U3CExposureModeU3Ek__BackingField_137; } inline void set_U3CExposureModeU3Ek__BackingField_137(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CExposureModeU3Ek__BackingField_137 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExposureModeU3Ek__BackingField_137), (void*)value); } inline static int32_t get_offset_of_U3CWhiteBalanceU3Ek__BackingField_138() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CWhiteBalanceU3Ek__BackingField_138)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CWhiteBalanceU3Ek__BackingField_138() const { return ___U3CWhiteBalanceU3Ek__BackingField_138; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CWhiteBalanceU3Ek__BackingField_138() { return &___U3CWhiteBalanceU3Ek__BackingField_138; } inline void set_U3CWhiteBalanceU3Ek__BackingField_138(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CWhiteBalanceU3Ek__BackingField_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CWhiteBalanceU3Ek__BackingField_138), (void*)value); } inline static int32_t get_offset_of_U3CFocalLengthIn35mmFilmU3Ek__BackingField_139() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFocalLengthIn35mmFilmU3Ek__BackingField_139)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CFocalLengthIn35mmFilmU3Ek__BackingField_139() const { return ___U3CFocalLengthIn35mmFilmU3Ek__BackingField_139; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CFocalLengthIn35mmFilmU3Ek__BackingField_139() { return &___U3CFocalLengthIn35mmFilmU3Ek__BackingField_139; } inline void set_U3CFocalLengthIn35mmFilmU3Ek__BackingField_139(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CFocalLengthIn35mmFilmU3Ek__BackingField_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFocalLengthIn35mmFilmU3Ek__BackingField_139), (void*)value); } inline static int32_t get_offset_of_U3CSceneCaptureTypeU3Ek__BackingField_140() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSceneCaptureTypeU3Ek__BackingField_140)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSceneCaptureTypeU3Ek__BackingField_140() const { return ___U3CSceneCaptureTypeU3Ek__BackingField_140; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSceneCaptureTypeU3Ek__BackingField_140() { return &___U3CSceneCaptureTypeU3Ek__BackingField_140; } inline void set_U3CSceneCaptureTypeU3Ek__BackingField_140(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSceneCaptureTypeU3Ek__BackingField_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSceneCaptureTypeU3Ek__BackingField_140), (void*)value); } inline static int32_t get_offset_of_U3CGainControlU3Ek__BackingField_141() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGainControlU3Ek__BackingField_141)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CGainControlU3Ek__BackingField_141() const { return ___U3CGainControlU3Ek__BackingField_141; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CGainControlU3Ek__BackingField_141() { return &___U3CGainControlU3Ek__BackingField_141; } inline void set_U3CGainControlU3Ek__BackingField_141(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CGainControlU3Ek__BackingField_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGainControlU3Ek__BackingField_141), (void*)value); } inline static int32_t get_offset_of_U3CContrastU3Ek__BackingField_142() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CContrastU3Ek__BackingField_142)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CContrastU3Ek__BackingField_142() const { return ___U3CContrastU3Ek__BackingField_142; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CContrastU3Ek__BackingField_142() { return &___U3CContrastU3Ek__BackingField_142; } inline void set_U3CContrastU3Ek__BackingField_142(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CContrastU3Ek__BackingField_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CContrastU3Ek__BackingField_142), (void*)value); } inline static int32_t get_offset_of_U3CSaturationU3Ek__BackingField_143() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSaturationU3Ek__BackingField_143)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSaturationU3Ek__BackingField_143() const { return ___U3CSaturationU3Ek__BackingField_143; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSaturationU3Ek__BackingField_143() { return &___U3CSaturationU3Ek__BackingField_143; } inline void set_U3CSaturationU3Ek__BackingField_143(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSaturationU3Ek__BackingField_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSaturationU3Ek__BackingField_143), (void*)value); } inline static int32_t get_offset_of_U3CSharpnessU3Ek__BackingField_144() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSharpnessU3Ek__BackingField_144)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSharpnessU3Ek__BackingField_144() const { return ___U3CSharpnessU3Ek__BackingField_144; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSharpnessU3Ek__BackingField_144() { return &___U3CSharpnessU3Ek__BackingField_144; } inline void set_U3CSharpnessU3Ek__BackingField_144(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSharpnessU3Ek__BackingField_144 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSharpnessU3Ek__BackingField_144), (void*)value); } inline static int32_t get_offset_of_U3CSubjectDistanceRangeU3Ek__BackingField_145() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubjectDistanceRangeU3Ek__BackingField_145)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CSubjectDistanceRangeU3Ek__BackingField_145() const { return ___U3CSubjectDistanceRangeU3Ek__BackingField_145; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CSubjectDistanceRangeU3Ek__BackingField_145() { return &___U3CSubjectDistanceRangeU3Ek__BackingField_145; } inline void set_U3CSubjectDistanceRangeU3Ek__BackingField_145(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CSubjectDistanceRangeU3Ek__BackingField_145 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubjectDistanceRangeU3Ek__BackingField_145), (void*)value); } inline static int32_t get_offset_of_U3CGPSDifferentialU3Ek__BackingField_146() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDifferentialU3Ek__BackingField_146)); } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * get_U3CGPSDifferentialU3Ek__BackingField_146() const { return ___U3CGPSDifferentialU3Ek__BackingField_146; } inline ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E ** get_address_of_U3CGPSDifferentialU3Ek__BackingField_146() { return &___U3CGPSDifferentialU3Ek__BackingField_146; } inline void set_U3CGPSDifferentialU3Ek__BackingField_146(ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * value) { ___U3CGPSDifferentialU3Ek__BackingField_146 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDifferentialU3Ek__BackingField_146), (void*)value); } inline static int32_t get_offset_of_U3CBitsPerSampleU3Ek__BackingField_147() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CBitsPerSampleU3Ek__BackingField_147)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CBitsPerSampleU3Ek__BackingField_147() const { return ___U3CBitsPerSampleU3Ek__BackingField_147; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CBitsPerSampleU3Ek__BackingField_147() { return &___U3CBitsPerSampleU3Ek__BackingField_147; } inline void set_U3CBitsPerSampleU3Ek__BackingField_147(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CBitsPerSampleU3Ek__BackingField_147 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBitsPerSampleU3Ek__BackingField_147), (void*)value); } inline static int32_t get_offset_of_U3CMinSampleValueU3Ek__BackingField_148() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMinSampleValueU3Ek__BackingField_148)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CMinSampleValueU3Ek__BackingField_148() const { return ___U3CMinSampleValueU3Ek__BackingField_148; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CMinSampleValueU3Ek__BackingField_148() { return &___U3CMinSampleValueU3Ek__BackingField_148; } inline void set_U3CMinSampleValueU3Ek__BackingField_148(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CMinSampleValueU3Ek__BackingField_148 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMinSampleValueU3Ek__BackingField_148), (void*)value); } inline static int32_t get_offset_of_U3CMaxSampleValueU3Ek__BackingField_149() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMaxSampleValueU3Ek__BackingField_149)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CMaxSampleValueU3Ek__BackingField_149() const { return ___U3CMaxSampleValueU3Ek__BackingField_149; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CMaxSampleValueU3Ek__BackingField_149() { return &___U3CMaxSampleValueU3Ek__BackingField_149; } inline void set_U3CMaxSampleValueU3Ek__BackingField_149(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CMaxSampleValueU3Ek__BackingField_149 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMaxSampleValueU3Ek__BackingField_149), (void*)value); } inline static int32_t get_offset_of_U3CGrayResponseCurveU3Ek__BackingField_150() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGrayResponseCurveU3Ek__BackingField_150)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CGrayResponseCurveU3Ek__BackingField_150() const { return ___U3CGrayResponseCurveU3Ek__BackingField_150; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CGrayResponseCurveU3Ek__BackingField_150() { return &___U3CGrayResponseCurveU3Ek__BackingField_150; } inline void set_U3CGrayResponseCurveU3Ek__BackingField_150(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CGrayResponseCurveU3Ek__BackingField_150 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGrayResponseCurveU3Ek__BackingField_150), (void*)value); } inline static int32_t get_offset_of_U3CColorMapU3Ek__BackingField_151() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CColorMapU3Ek__BackingField_151)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CColorMapU3Ek__BackingField_151() const { return ___U3CColorMapU3Ek__BackingField_151; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CColorMapU3Ek__BackingField_151() { return &___U3CColorMapU3Ek__BackingField_151; } inline void set_U3CColorMapU3Ek__BackingField_151(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CColorMapU3Ek__BackingField_151 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CColorMapU3Ek__BackingField_151), (void*)value); } inline static int32_t get_offset_of_U3CExtraSamplesU3Ek__BackingField_152() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CExtraSamplesU3Ek__BackingField_152)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CExtraSamplesU3Ek__BackingField_152() const { return ___U3CExtraSamplesU3Ek__BackingField_152; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CExtraSamplesU3Ek__BackingField_152() { return &___U3CExtraSamplesU3Ek__BackingField_152; } inline void set_U3CExtraSamplesU3Ek__BackingField_152(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CExtraSamplesU3Ek__BackingField_152 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtraSamplesU3Ek__BackingField_152), (void*)value); } inline static int32_t get_offset_of_U3CPageNumberU3Ek__BackingField_153() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPageNumberU3Ek__BackingField_153)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CPageNumberU3Ek__BackingField_153() const { return ___U3CPageNumberU3Ek__BackingField_153; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CPageNumberU3Ek__BackingField_153() { return &___U3CPageNumberU3Ek__BackingField_153; } inline void set_U3CPageNumberU3Ek__BackingField_153(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CPageNumberU3Ek__BackingField_153 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPageNumberU3Ek__BackingField_153), (void*)value); } inline static int32_t get_offset_of_U3CTransferFunctionU3Ek__BackingField_154() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CTransferFunctionU3Ek__BackingField_154)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CTransferFunctionU3Ek__BackingField_154() const { return ___U3CTransferFunctionU3Ek__BackingField_154; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CTransferFunctionU3Ek__BackingField_154() { return &___U3CTransferFunctionU3Ek__BackingField_154; } inline void set_U3CTransferFunctionU3Ek__BackingField_154(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CTransferFunctionU3Ek__BackingField_154 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransferFunctionU3Ek__BackingField_154), (void*)value); } inline static int32_t get_offset_of_U3CHalftoneHintsU3Ek__BackingField_155() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CHalftoneHintsU3Ek__BackingField_155)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CHalftoneHintsU3Ek__BackingField_155() const { return ___U3CHalftoneHintsU3Ek__BackingField_155; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CHalftoneHintsU3Ek__BackingField_155() { return &___U3CHalftoneHintsU3Ek__BackingField_155; } inline void set_U3CHalftoneHintsU3Ek__BackingField_155(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CHalftoneHintsU3Ek__BackingField_155 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHalftoneHintsU3Ek__BackingField_155), (void*)value); } inline static int32_t get_offset_of_U3CSampleFormatU3Ek__BackingField_156() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSampleFormatU3Ek__BackingField_156)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CSampleFormatU3Ek__BackingField_156() const { return ___U3CSampleFormatU3Ek__BackingField_156; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CSampleFormatU3Ek__BackingField_156() { return &___U3CSampleFormatU3Ek__BackingField_156; } inline void set_U3CSampleFormatU3Ek__BackingField_156(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CSampleFormatU3Ek__BackingField_156 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSampleFormatU3Ek__BackingField_156), (void*)value); } inline static int32_t get_offset_of_U3CTransferRangeU3Ek__BackingField_157() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CTransferRangeU3Ek__BackingField_157)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CTransferRangeU3Ek__BackingField_157() const { return ___U3CTransferRangeU3Ek__BackingField_157; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CTransferRangeU3Ek__BackingField_157() { return &___U3CTransferRangeU3Ek__BackingField_157; } inline void set_U3CTransferRangeU3Ek__BackingField_157(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CTransferRangeU3Ek__BackingField_157 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransferRangeU3Ek__BackingField_157), (void*)value); } inline static int32_t get_offset_of_U3CDefaultImageColorU3Ek__BackingField_158() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDefaultImageColorU3Ek__BackingField_158)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CDefaultImageColorU3Ek__BackingField_158() const { return ___U3CDefaultImageColorU3Ek__BackingField_158; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CDefaultImageColorU3Ek__BackingField_158() { return &___U3CDefaultImageColorU3Ek__BackingField_158; } inline void set_U3CDefaultImageColorU3Ek__BackingField_158(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CDefaultImageColorU3Ek__BackingField_158 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultImageColorU3Ek__BackingField_158), (void*)value); } inline static int32_t get_offset_of_U3CJPEGLosslessPredictorsU3Ek__BackingField_159() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGLosslessPredictorsU3Ek__BackingField_159)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CJPEGLosslessPredictorsU3Ek__BackingField_159() const { return ___U3CJPEGLosslessPredictorsU3Ek__BackingField_159; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CJPEGLosslessPredictorsU3Ek__BackingField_159() { return &___U3CJPEGLosslessPredictorsU3Ek__BackingField_159; } inline void set_U3CJPEGLosslessPredictorsU3Ek__BackingField_159(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CJPEGLosslessPredictorsU3Ek__BackingField_159 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGLosslessPredictorsU3Ek__BackingField_159), (void*)value); } inline static int32_t get_offset_of_U3CJPEGPointTransformsU3Ek__BackingField_160() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGPointTransformsU3Ek__BackingField_160)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CJPEGPointTransformsU3Ek__BackingField_160() const { return ___U3CJPEGPointTransformsU3Ek__BackingField_160; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CJPEGPointTransformsU3Ek__BackingField_160() { return &___U3CJPEGPointTransformsU3Ek__BackingField_160; } inline void set_U3CJPEGPointTransformsU3Ek__BackingField_160(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CJPEGPointTransformsU3Ek__BackingField_160 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGPointTransformsU3Ek__BackingField_160), (void*)value); } inline static int32_t get_offset_of_U3CYCbCrSubsamplingU3Ek__BackingField_161() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CYCbCrSubsamplingU3Ek__BackingField_161)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CYCbCrSubsamplingU3Ek__BackingField_161() const { return ___U3CYCbCrSubsamplingU3Ek__BackingField_161; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CYCbCrSubsamplingU3Ek__BackingField_161() { return &___U3CYCbCrSubsamplingU3Ek__BackingField_161; } inline void set_U3CYCbCrSubsamplingU3Ek__BackingField_161(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CYCbCrSubsamplingU3Ek__BackingField_161 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CYCbCrSubsamplingU3Ek__BackingField_161), (void*)value); } inline static int32_t get_offset_of_U3CCFARepeatPatternDimU3Ek__BackingField_162() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCFARepeatPatternDimU3Ek__BackingField_162)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CCFARepeatPatternDimU3Ek__BackingField_162() const { return ___U3CCFARepeatPatternDimU3Ek__BackingField_162; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CCFARepeatPatternDimU3Ek__BackingField_162() { return &___U3CCFARepeatPatternDimU3Ek__BackingField_162; } inline void set_U3CCFARepeatPatternDimU3Ek__BackingField_162(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CCFARepeatPatternDimU3Ek__BackingField_162 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCFARepeatPatternDimU3Ek__BackingField_162), (void*)value); } inline static int32_t get_offset_of_U3CIntergraphPacketDataU3Ek__BackingField_163() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CIntergraphPacketDataU3Ek__BackingField_163)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CIntergraphPacketDataU3Ek__BackingField_163() const { return ___U3CIntergraphPacketDataU3Ek__BackingField_163; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CIntergraphPacketDataU3Ek__BackingField_163() { return &___U3CIntergraphPacketDataU3Ek__BackingField_163; } inline void set_U3CIntergraphPacketDataU3Ek__BackingField_163(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CIntergraphPacketDataU3Ek__BackingField_163 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIntergraphPacketDataU3Ek__BackingField_163), (void*)value); } inline static int32_t get_offset_of_U3CISOSpeedRatingsU3Ek__BackingField_164() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CISOSpeedRatingsU3Ek__BackingField_164)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CISOSpeedRatingsU3Ek__BackingField_164() const { return ___U3CISOSpeedRatingsU3Ek__BackingField_164; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CISOSpeedRatingsU3Ek__BackingField_164() { return &___U3CISOSpeedRatingsU3Ek__BackingField_164; } inline void set_U3CISOSpeedRatingsU3Ek__BackingField_164(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CISOSpeedRatingsU3Ek__BackingField_164 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CISOSpeedRatingsU3Ek__BackingField_164), (void*)value); } inline static int32_t get_offset_of_U3CSubjectAreaU3Ek__BackingField_165() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubjectAreaU3Ek__BackingField_165)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CSubjectAreaU3Ek__BackingField_165() const { return ___U3CSubjectAreaU3Ek__BackingField_165; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CSubjectAreaU3Ek__BackingField_165() { return &___U3CSubjectAreaU3Ek__BackingField_165; } inline void set_U3CSubjectAreaU3Ek__BackingField_165(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CSubjectAreaU3Ek__BackingField_165 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubjectAreaU3Ek__BackingField_165), (void*)value); } inline static int32_t get_offset_of_U3CSubjectLocationU3Ek__BackingField_166() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubjectLocationU3Ek__BackingField_166)); } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * get_U3CSubjectLocationU3Ek__BackingField_166() const { return ___U3CSubjectLocationU3Ek__BackingField_166; } inline ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 ** get_address_of_U3CSubjectLocationU3Ek__BackingField_166() { return &___U3CSubjectLocationU3Ek__BackingField_166; } inline void set_U3CSubjectLocationU3Ek__BackingField_166(ExifTag_1_t25DC40CAD1F9F619198ACC6EE0984D974030D2D3 * value) { ___U3CSubjectLocationU3Ek__BackingField_166 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubjectLocationU3Ek__BackingField_166), (void*)value); } inline static int32_t get_offset_of_U3CShutterSpeedValueU3Ek__BackingField_167() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CShutterSpeedValueU3Ek__BackingField_167)); } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * get_U3CShutterSpeedValueU3Ek__BackingField_167() const { return ___U3CShutterSpeedValueU3Ek__BackingField_167; } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 ** get_address_of_U3CShutterSpeedValueU3Ek__BackingField_167() { return &___U3CShutterSpeedValueU3Ek__BackingField_167; } inline void set_U3CShutterSpeedValueU3Ek__BackingField_167(ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * value) { ___U3CShutterSpeedValueU3Ek__BackingField_167 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CShutterSpeedValueU3Ek__BackingField_167), (void*)value); } inline static int32_t get_offset_of_U3CBrightnessValueU3Ek__BackingField_168() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CBrightnessValueU3Ek__BackingField_168)); } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * get_U3CBrightnessValueU3Ek__BackingField_168() const { return ___U3CBrightnessValueU3Ek__BackingField_168; } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 ** get_address_of_U3CBrightnessValueU3Ek__BackingField_168() { return &___U3CBrightnessValueU3Ek__BackingField_168; } inline void set_U3CBrightnessValueU3Ek__BackingField_168(ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * value) { ___U3CBrightnessValueU3Ek__BackingField_168 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBrightnessValueU3Ek__BackingField_168), (void*)value); } inline static int32_t get_offset_of_U3CExposureBiasValueU3Ek__BackingField_169() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CExposureBiasValueU3Ek__BackingField_169)); } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * get_U3CExposureBiasValueU3Ek__BackingField_169() const { return ___U3CExposureBiasValueU3Ek__BackingField_169; } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 ** get_address_of_U3CExposureBiasValueU3Ek__BackingField_169() { return &___U3CExposureBiasValueU3Ek__BackingField_169; } inline void set_U3CExposureBiasValueU3Ek__BackingField_169(ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * value) { ___U3CExposureBiasValueU3Ek__BackingField_169 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExposureBiasValueU3Ek__BackingField_169), (void*)value); } inline static int32_t get_offset_of_U3CAmbientTemperatureU3Ek__BackingField_170() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CAmbientTemperatureU3Ek__BackingField_170)); } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * get_U3CAmbientTemperatureU3Ek__BackingField_170() const { return ___U3CAmbientTemperatureU3Ek__BackingField_170; } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 ** get_address_of_U3CAmbientTemperatureU3Ek__BackingField_170() { return &___U3CAmbientTemperatureU3Ek__BackingField_170; } inline void set_U3CAmbientTemperatureU3Ek__BackingField_170(ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * value) { ___U3CAmbientTemperatureU3Ek__BackingField_170 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAmbientTemperatureU3Ek__BackingField_170), (void*)value); } inline static int32_t get_offset_of_U3CWaterDepthU3Ek__BackingField_171() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CWaterDepthU3Ek__BackingField_171)); } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * get_U3CWaterDepthU3Ek__BackingField_171() const { return ___U3CWaterDepthU3Ek__BackingField_171; } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 ** get_address_of_U3CWaterDepthU3Ek__BackingField_171() { return &___U3CWaterDepthU3Ek__BackingField_171; } inline void set_U3CWaterDepthU3Ek__BackingField_171(ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * value) { ___U3CWaterDepthU3Ek__BackingField_171 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CWaterDepthU3Ek__BackingField_171), (void*)value); } inline static int32_t get_offset_of_U3CCameraElevationAngleU3Ek__BackingField_172() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCameraElevationAngleU3Ek__BackingField_172)); } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * get_U3CCameraElevationAngleU3Ek__BackingField_172() const { return ___U3CCameraElevationAngleU3Ek__BackingField_172; } inline ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 ** get_address_of_U3CCameraElevationAngleU3Ek__BackingField_172() { return &___U3CCameraElevationAngleU3Ek__BackingField_172; } inline void set_U3CCameraElevationAngleU3Ek__BackingField_172(ExifTag_1_tE969A4202C2AAFEB61D7D70661BC44E6C05A3228 * value) { ___U3CCameraElevationAngleU3Ek__BackingField_172 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCameraElevationAngleU3Ek__BackingField_172), (void*)value); } inline static int32_t get_offset_of_U3CDecodeU3Ek__BackingField_173() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDecodeU3Ek__BackingField_173)); } inline ExifTag_1_t3D009FA40001B0A5045C1E9E0F15983D282D969C * get_U3CDecodeU3Ek__BackingField_173() const { return ___U3CDecodeU3Ek__BackingField_173; } inline ExifTag_1_t3D009FA40001B0A5045C1E9E0F15983D282D969C ** get_address_of_U3CDecodeU3Ek__BackingField_173() { return &___U3CDecodeU3Ek__BackingField_173; } inline void set_U3CDecodeU3Ek__BackingField_173(ExifTag_1_t3D009FA40001B0A5045C1E9E0F15983D282D969C * value) { ___U3CDecodeU3Ek__BackingField_173 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDecodeU3Ek__BackingField_173), (void*)value); } inline static int32_t get_offset_of_U3CImageDescriptionU3Ek__BackingField_174() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageDescriptionU3Ek__BackingField_174)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CImageDescriptionU3Ek__BackingField_174() const { return ___U3CImageDescriptionU3Ek__BackingField_174; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CImageDescriptionU3Ek__BackingField_174() { return &___U3CImageDescriptionU3Ek__BackingField_174; } inline void set_U3CImageDescriptionU3Ek__BackingField_174(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CImageDescriptionU3Ek__BackingField_174 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageDescriptionU3Ek__BackingField_174), (void*)value); } inline static int32_t get_offset_of_U3CMakeU3Ek__BackingField_175() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMakeU3Ek__BackingField_175)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CMakeU3Ek__BackingField_175() const { return ___U3CMakeU3Ek__BackingField_175; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CMakeU3Ek__BackingField_175() { return &___U3CMakeU3Ek__BackingField_175; } inline void set_U3CMakeU3Ek__BackingField_175(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CMakeU3Ek__BackingField_175 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMakeU3Ek__BackingField_175), (void*)value); } inline static int32_t get_offset_of_U3CModelU3Ek__BackingField_176() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CModelU3Ek__BackingField_176)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CModelU3Ek__BackingField_176() const { return ___U3CModelU3Ek__BackingField_176; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CModelU3Ek__BackingField_176() { return &___U3CModelU3Ek__BackingField_176; } inline void set_U3CModelU3Ek__BackingField_176(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CModelU3Ek__BackingField_176 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CModelU3Ek__BackingField_176), (void*)value); } inline static int32_t get_offset_of_U3CSoftwareU3Ek__BackingField_177() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSoftwareU3Ek__BackingField_177)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CSoftwareU3Ek__BackingField_177() const { return ___U3CSoftwareU3Ek__BackingField_177; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CSoftwareU3Ek__BackingField_177() { return &___U3CSoftwareU3Ek__BackingField_177; } inline void set_U3CSoftwareU3Ek__BackingField_177(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CSoftwareU3Ek__BackingField_177 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSoftwareU3Ek__BackingField_177), (void*)value); } inline static int32_t get_offset_of_U3CDateTimeU3Ek__BackingField_178() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDateTimeU3Ek__BackingField_178)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CDateTimeU3Ek__BackingField_178() const { return ___U3CDateTimeU3Ek__BackingField_178; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CDateTimeU3Ek__BackingField_178() { return &___U3CDateTimeU3Ek__BackingField_178; } inline void set_U3CDateTimeU3Ek__BackingField_178(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CDateTimeU3Ek__BackingField_178 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDateTimeU3Ek__BackingField_178), (void*)value); } inline static int32_t get_offset_of_U3CArtistU3Ek__BackingField_179() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CArtistU3Ek__BackingField_179)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CArtistU3Ek__BackingField_179() const { return ___U3CArtistU3Ek__BackingField_179; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CArtistU3Ek__BackingField_179() { return &___U3CArtistU3Ek__BackingField_179; } inline void set_U3CArtistU3Ek__BackingField_179(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CArtistU3Ek__BackingField_179 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArtistU3Ek__BackingField_179), (void*)value); } inline static int32_t get_offset_of_U3CHostComputerU3Ek__BackingField_180() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CHostComputerU3Ek__BackingField_180)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CHostComputerU3Ek__BackingField_180() const { return ___U3CHostComputerU3Ek__BackingField_180; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CHostComputerU3Ek__BackingField_180() { return &___U3CHostComputerU3Ek__BackingField_180; } inline void set_U3CHostComputerU3Ek__BackingField_180(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CHostComputerU3Ek__BackingField_180 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHostComputerU3Ek__BackingField_180), (void*)value); } inline static int32_t get_offset_of_U3CCopyrightU3Ek__BackingField_181() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCopyrightU3Ek__BackingField_181)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CCopyrightU3Ek__BackingField_181() const { return ___U3CCopyrightU3Ek__BackingField_181; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CCopyrightU3Ek__BackingField_181() { return &___U3CCopyrightU3Ek__BackingField_181; } inline void set_U3CCopyrightU3Ek__BackingField_181(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CCopyrightU3Ek__BackingField_181 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCopyrightU3Ek__BackingField_181), (void*)value); } inline static int32_t get_offset_of_U3CDocumentNameU3Ek__BackingField_182() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDocumentNameU3Ek__BackingField_182)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CDocumentNameU3Ek__BackingField_182() const { return ___U3CDocumentNameU3Ek__BackingField_182; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CDocumentNameU3Ek__BackingField_182() { return &___U3CDocumentNameU3Ek__BackingField_182; } inline void set_U3CDocumentNameU3Ek__BackingField_182(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CDocumentNameU3Ek__BackingField_182 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDocumentNameU3Ek__BackingField_182), (void*)value); } inline static int32_t get_offset_of_U3CPageNameU3Ek__BackingField_183() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CPageNameU3Ek__BackingField_183)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CPageNameU3Ek__BackingField_183() const { return ___U3CPageNameU3Ek__BackingField_183; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CPageNameU3Ek__BackingField_183() { return &___U3CPageNameU3Ek__BackingField_183; } inline void set_U3CPageNameU3Ek__BackingField_183(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CPageNameU3Ek__BackingField_183 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPageNameU3Ek__BackingField_183), (void*)value); } inline static int32_t get_offset_of_U3CInkNamesU3Ek__BackingField_184() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CInkNamesU3Ek__BackingField_184)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CInkNamesU3Ek__BackingField_184() const { return ___U3CInkNamesU3Ek__BackingField_184; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CInkNamesU3Ek__BackingField_184() { return &___U3CInkNamesU3Ek__BackingField_184; } inline void set_U3CInkNamesU3Ek__BackingField_184(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CInkNamesU3Ek__BackingField_184 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInkNamesU3Ek__BackingField_184), (void*)value); } inline static int32_t get_offset_of_U3CTargetPrinterU3Ek__BackingField_185() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CTargetPrinterU3Ek__BackingField_185)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CTargetPrinterU3Ek__BackingField_185() const { return ___U3CTargetPrinterU3Ek__BackingField_185; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CTargetPrinterU3Ek__BackingField_185() { return &___U3CTargetPrinterU3Ek__BackingField_185; } inline void set_U3CTargetPrinterU3Ek__BackingField_185(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CTargetPrinterU3Ek__BackingField_185 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTargetPrinterU3Ek__BackingField_185), (void*)value); } inline static int32_t get_offset_of_U3CImageIDU3Ek__BackingField_186() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageIDU3Ek__BackingField_186)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CImageIDU3Ek__BackingField_186() const { return ___U3CImageIDU3Ek__BackingField_186; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CImageIDU3Ek__BackingField_186() { return &___U3CImageIDU3Ek__BackingField_186; } inline void set_U3CImageIDU3Ek__BackingField_186(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CImageIDU3Ek__BackingField_186 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageIDU3Ek__BackingField_186), (void*)value); } inline static int32_t get_offset_of_U3CMDLabNameU3Ek__BackingField_187() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMDLabNameU3Ek__BackingField_187)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CMDLabNameU3Ek__BackingField_187() const { return ___U3CMDLabNameU3Ek__BackingField_187; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CMDLabNameU3Ek__BackingField_187() { return &___U3CMDLabNameU3Ek__BackingField_187; } inline void set_U3CMDLabNameU3Ek__BackingField_187(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CMDLabNameU3Ek__BackingField_187 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMDLabNameU3Ek__BackingField_187), (void*)value); } inline static int32_t get_offset_of_U3CMDSampleInfoU3Ek__BackingField_188() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMDSampleInfoU3Ek__BackingField_188)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CMDSampleInfoU3Ek__BackingField_188() const { return ___U3CMDSampleInfoU3Ek__BackingField_188; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CMDSampleInfoU3Ek__BackingField_188() { return &___U3CMDSampleInfoU3Ek__BackingField_188; } inline void set_U3CMDSampleInfoU3Ek__BackingField_188(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CMDSampleInfoU3Ek__BackingField_188 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMDSampleInfoU3Ek__BackingField_188), (void*)value); } inline static int32_t get_offset_of_U3CMDPrepDateU3Ek__BackingField_189() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMDPrepDateU3Ek__BackingField_189)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CMDPrepDateU3Ek__BackingField_189() const { return ___U3CMDPrepDateU3Ek__BackingField_189; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CMDPrepDateU3Ek__BackingField_189() { return &___U3CMDPrepDateU3Ek__BackingField_189; } inline void set_U3CMDPrepDateU3Ek__BackingField_189(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CMDPrepDateU3Ek__BackingField_189 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMDPrepDateU3Ek__BackingField_189), (void*)value); } inline static int32_t get_offset_of_U3CMDPrepTimeU3Ek__BackingField_190() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMDPrepTimeU3Ek__BackingField_190)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CMDPrepTimeU3Ek__BackingField_190() const { return ___U3CMDPrepTimeU3Ek__BackingField_190; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CMDPrepTimeU3Ek__BackingField_190() { return &___U3CMDPrepTimeU3Ek__BackingField_190; } inline void set_U3CMDPrepTimeU3Ek__BackingField_190(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CMDPrepTimeU3Ek__BackingField_190 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMDPrepTimeU3Ek__BackingField_190), (void*)value); } inline static int32_t get_offset_of_U3CMDFileUnitsU3Ek__BackingField_191() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMDFileUnitsU3Ek__BackingField_191)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CMDFileUnitsU3Ek__BackingField_191() const { return ___U3CMDFileUnitsU3Ek__BackingField_191; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CMDFileUnitsU3Ek__BackingField_191() { return &___U3CMDFileUnitsU3Ek__BackingField_191; } inline void set_U3CMDFileUnitsU3Ek__BackingField_191(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CMDFileUnitsU3Ek__BackingField_191 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMDFileUnitsU3Ek__BackingField_191), (void*)value); } inline static int32_t get_offset_of_U3CSEMInfoU3Ek__BackingField_192() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSEMInfoU3Ek__BackingField_192)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CSEMInfoU3Ek__BackingField_192() const { return ___U3CSEMInfoU3Ek__BackingField_192; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CSEMInfoU3Ek__BackingField_192() { return &___U3CSEMInfoU3Ek__BackingField_192; } inline void set_U3CSEMInfoU3Ek__BackingField_192(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CSEMInfoU3Ek__BackingField_192 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSEMInfoU3Ek__BackingField_192), (void*)value); } inline static int32_t get_offset_of_U3CSpectralSensitivityU3Ek__BackingField_193() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSpectralSensitivityU3Ek__BackingField_193)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CSpectralSensitivityU3Ek__BackingField_193() const { return ___U3CSpectralSensitivityU3Ek__BackingField_193; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CSpectralSensitivityU3Ek__BackingField_193() { return &___U3CSpectralSensitivityU3Ek__BackingField_193; } inline void set_U3CSpectralSensitivityU3Ek__BackingField_193(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CSpectralSensitivityU3Ek__BackingField_193 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSpectralSensitivityU3Ek__BackingField_193), (void*)value); } inline static int32_t get_offset_of_U3CDateTimeOriginalU3Ek__BackingField_194() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDateTimeOriginalU3Ek__BackingField_194)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CDateTimeOriginalU3Ek__BackingField_194() const { return ___U3CDateTimeOriginalU3Ek__BackingField_194; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CDateTimeOriginalU3Ek__BackingField_194() { return &___U3CDateTimeOriginalU3Ek__BackingField_194; } inline void set_U3CDateTimeOriginalU3Ek__BackingField_194(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CDateTimeOriginalU3Ek__BackingField_194 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDateTimeOriginalU3Ek__BackingField_194), (void*)value); } inline static int32_t get_offset_of_U3CDateTimeDigitizedU3Ek__BackingField_195() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDateTimeDigitizedU3Ek__BackingField_195)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CDateTimeDigitizedU3Ek__BackingField_195() const { return ___U3CDateTimeDigitizedU3Ek__BackingField_195; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CDateTimeDigitizedU3Ek__BackingField_195() { return &___U3CDateTimeDigitizedU3Ek__BackingField_195; } inline void set_U3CDateTimeDigitizedU3Ek__BackingField_195(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CDateTimeDigitizedU3Ek__BackingField_195 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDateTimeDigitizedU3Ek__BackingField_195), (void*)value); } inline static int32_t get_offset_of_U3CSubsecTimeU3Ek__BackingField_196() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubsecTimeU3Ek__BackingField_196)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CSubsecTimeU3Ek__BackingField_196() const { return ___U3CSubsecTimeU3Ek__BackingField_196; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CSubsecTimeU3Ek__BackingField_196() { return &___U3CSubsecTimeU3Ek__BackingField_196; } inline void set_U3CSubsecTimeU3Ek__BackingField_196(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CSubsecTimeU3Ek__BackingField_196 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubsecTimeU3Ek__BackingField_196), (void*)value); } inline static int32_t get_offset_of_U3CSubsecTimeOriginalU3Ek__BackingField_197() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubsecTimeOriginalU3Ek__BackingField_197)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CSubsecTimeOriginalU3Ek__BackingField_197() const { return ___U3CSubsecTimeOriginalU3Ek__BackingField_197; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CSubsecTimeOriginalU3Ek__BackingField_197() { return &___U3CSubsecTimeOriginalU3Ek__BackingField_197; } inline void set_U3CSubsecTimeOriginalU3Ek__BackingField_197(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CSubsecTimeOriginalU3Ek__BackingField_197 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubsecTimeOriginalU3Ek__BackingField_197), (void*)value); } inline static int32_t get_offset_of_U3CSubsecTimeDigitizedU3Ek__BackingField_198() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSubsecTimeDigitizedU3Ek__BackingField_198)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CSubsecTimeDigitizedU3Ek__BackingField_198() const { return ___U3CSubsecTimeDigitizedU3Ek__BackingField_198; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CSubsecTimeDigitizedU3Ek__BackingField_198() { return &___U3CSubsecTimeDigitizedU3Ek__BackingField_198; } inline void set_U3CSubsecTimeDigitizedU3Ek__BackingField_198(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CSubsecTimeDigitizedU3Ek__BackingField_198 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSubsecTimeDigitizedU3Ek__BackingField_198), (void*)value); } inline static int32_t get_offset_of_U3CRelatedSoundFileU3Ek__BackingField_199() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CRelatedSoundFileU3Ek__BackingField_199)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CRelatedSoundFileU3Ek__BackingField_199() const { return ___U3CRelatedSoundFileU3Ek__BackingField_199; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CRelatedSoundFileU3Ek__BackingField_199() { return &___U3CRelatedSoundFileU3Ek__BackingField_199; } inline void set_U3CRelatedSoundFileU3Ek__BackingField_199(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CRelatedSoundFileU3Ek__BackingField_199 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRelatedSoundFileU3Ek__BackingField_199), (void*)value); } inline static int32_t get_offset_of_U3CFaxSubaddressU3Ek__BackingField_200() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFaxSubaddressU3Ek__BackingField_200)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CFaxSubaddressU3Ek__BackingField_200() const { return ___U3CFaxSubaddressU3Ek__BackingField_200; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CFaxSubaddressU3Ek__BackingField_200() { return &___U3CFaxSubaddressU3Ek__BackingField_200; } inline void set_U3CFaxSubaddressU3Ek__BackingField_200(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CFaxSubaddressU3Ek__BackingField_200 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFaxSubaddressU3Ek__BackingField_200), (void*)value); } inline static int32_t get_offset_of_U3COffsetTimeU3Ek__BackingField_201() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3COffsetTimeU3Ek__BackingField_201)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3COffsetTimeU3Ek__BackingField_201() const { return ___U3COffsetTimeU3Ek__BackingField_201; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3COffsetTimeU3Ek__BackingField_201() { return &___U3COffsetTimeU3Ek__BackingField_201; } inline void set_U3COffsetTimeU3Ek__BackingField_201(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3COffsetTimeU3Ek__BackingField_201 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COffsetTimeU3Ek__BackingField_201), (void*)value); } inline static int32_t get_offset_of_U3COffsetTimeOriginalU3Ek__BackingField_202() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3COffsetTimeOriginalU3Ek__BackingField_202)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3COffsetTimeOriginalU3Ek__BackingField_202() const { return ___U3COffsetTimeOriginalU3Ek__BackingField_202; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3COffsetTimeOriginalU3Ek__BackingField_202() { return &___U3COffsetTimeOriginalU3Ek__BackingField_202; } inline void set_U3COffsetTimeOriginalU3Ek__BackingField_202(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3COffsetTimeOriginalU3Ek__BackingField_202 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COffsetTimeOriginalU3Ek__BackingField_202), (void*)value); } inline static int32_t get_offset_of_U3COffsetTimeDigitizedU3Ek__BackingField_203() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3COffsetTimeDigitizedU3Ek__BackingField_203)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3COffsetTimeDigitizedU3Ek__BackingField_203() const { return ___U3COffsetTimeDigitizedU3Ek__BackingField_203; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3COffsetTimeDigitizedU3Ek__BackingField_203() { return &___U3COffsetTimeDigitizedU3Ek__BackingField_203; } inline void set_U3COffsetTimeDigitizedU3Ek__BackingField_203(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3COffsetTimeDigitizedU3Ek__BackingField_203 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COffsetTimeDigitizedU3Ek__BackingField_203), (void*)value); } inline static int32_t get_offset_of_U3CSecurityClassificationU3Ek__BackingField_204() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSecurityClassificationU3Ek__BackingField_204)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CSecurityClassificationU3Ek__BackingField_204() const { return ___U3CSecurityClassificationU3Ek__BackingField_204; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CSecurityClassificationU3Ek__BackingField_204() { return &___U3CSecurityClassificationU3Ek__BackingField_204; } inline void set_U3CSecurityClassificationU3Ek__BackingField_204(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CSecurityClassificationU3Ek__BackingField_204 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSecurityClassificationU3Ek__BackingField_204), (void*)value); } inline static int32_t get_offset_of_U3CImageHistoryU3Ek__BackingField_205() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageHistoryU3Ek__BackingField_205)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CImageHistoryU3Ek__BackingField_205() const { return ___U3CImageHistoryU3Ek__BackingField_205; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CImageHistoryU3Ek__BackingField_205() { return &___U3CImageHistoryU3Ek__BackingField_205; } inline void set_U3CImageHistoryU3Ek__BackingField_205(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CImageHistoryU3Ek__BackingField_205 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageHistoryU3Ek__BackingField_205), (void*)value); } inline static int32_t get_offset_of_U3CImageUniqueIDU3Ek__BackingField_206() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageUniqueIDU3Ek__BackingField_206)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CImageUniqueIDU3Ek__BackingField_206() const { return ___U3CImageUniqueIDU3Ek__BackingField_206; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CImageUniqueIDU3Ek__BackingField_206() { return &___U3CImageUniqueIDU3Ek__BackingField_206; } inline void set_U3CImageUniqueIDU3Ek__BackingField_206(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CImageUniqueIDU3Ek__BackingField_206 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageUniqueIDU3Ek__BackingField_206), (void*)value); } inline static int32_t get_offset_of_U3COwnerNameU3Ek__BackingField_207() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3COwnerNameU3Ek__BackingField_207)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3COwnerNameU3Ek__BackingField_207() const { return ___U3COwnerNameU3Ek__BackingField_207; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3COwnerNameU3Ek__BackingField_207() { return &___U3COwnerNameU3Ek__BackingField_207; } inline void set_U3COwnerNameU3Ek__BackingField_207(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3COwnerNameU3Ek__BackingField_207 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COwnerNameU3Ek__BackingField_207), (void*)value); } inline static int32_t get_offset_of_U3CSerialNumberU3Ek__BackingField_208() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSerialNumberU3Ek__BackingField_208)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CSerialNumberU3Ek__BackingField_208() const { return ___U3CSerialNumberU3Ek__BackingField_208; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CSerialNumberU3Ek__BackingField_208() { return &___U3CSerialNumberU3Ek__BackingField_208; } inline void set_U3CSerialNumberU3Ek__BackingField_208(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CSerialNumberU3Ek__BackingField_208 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSerialNumberU3Ek__BackingField_208), (void*)value); } inline static int32_t get_offset_of_U3CLensMakeU3Ek__BackingField_209() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CLensMakeU3Ek__BackingField_209)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CLensMakeU3Ek__BackingField_209() const { return ___U3CLensMakeU3Ek__BackingField_209; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CLensMakeU3Ek__BackingField_209() { return &___U3CLensMakeU3Ek__BackingField_209; } inline void set_U3CLensMakeU3Ek__BackingField_209(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CLensMakeU3Ek__BackingField_209 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLensMakeU3Ek__BackingField_209), (void*)value); } inline static int32_t get_offset_of_U3CLensModelU3Ek__BackingField_210() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CLensModelU3Ek__BackingField_210)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CLensModelU3Ek__BackingField_210() const { return ___U3CLensModelU3Ek__BackingField_210; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CLensModelU3Ek__BackingField_210() { return &___U3CLensModelU3Ek__BackingField_210; } inline void set_U3CLensModelU3Ek__BackingField_210(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CLensModelU3Ek__BackingField_210 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLensModelU3Ek__BackingField_210), (void*)value); } inline static int32_t get_offset_of_U3CLensSerialNumberU3Ek__BackingField_211() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CLensSerialNumberU3Ek__BackingField_211)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CLensSerialNumberU3Ek__BackingField_211() const { return ___U3CLensSerialNumberU3Ek__BackingField_211; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CLensSerialNumberU3Ek__BackingField_211() { return &___U3CLensSerialNumberU3Ek__BackingField_211; } inline void set_U3CLensSerialNumberU3Ek__BackingField_211(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CLensSerialNumberU3Ek__BackingField_211 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLensSerialNumberU3Ek__BackingField_211), (void*)value); } inline static int32_t get_offset_of_U3CGDALMetadataU3Ek__BackingField_212() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGDALMetadataU3Ek__BackingField_212)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGDALMetadataU3Ek__BackingField_212() const { return ___U3CGDALMetadataU3Ek__BackingField_212; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGDALMetadataU3Ek__BackingField_212() { return &___U3CGDALMetadataU3Ek__BackingField_212; } inline void set_U3CGDALMetadataU3Ek__BackingField_212(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGDALMetadataU3Ek__BackingField_212 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGDALMetadataU3Ek__BackingField_212), (void*)value); } inline static int32_t get_offset_of_U3CGDALNoDataU3Ek__BackingField_213() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGDALNoDataU3Ek__BackingField_213)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGDALNoDataU3Ek__BackingField_213() const { return ___U3CGDALNoDataU3Ek__BackingField_213; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGDALNoDataU3Ek__BackingField_213() { return &___U3CGDALNoDataU3Ek__BackingField_213; } inline void set_U3CGDALNoDataU3Ek__BackingField_213(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGDALNoDataU3Ek__BackingField_213 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGDALNoDataU3Ek__BackingField_213), (void*)value); } inline static int32_t get_offset_of_U3CGPSLatitudeRefU3Ek__BackingField_214() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSLatitudeRefU3Ek__BackingField_214)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSLatitudeRefU3Ek__BackingField_214() const { return ___U3CGPSLatitudeRefU3Ek__BackingField_214; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSLatitudeRefU3Ek__BackingField_214() { return &___U3CGPSLatitudeRefU3Ek__BackingField_214; } inline void set_U3CGPSLatitudeRefU3Ek__BackingField_214(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSLatitudeRefU3Ek__BackingField_214 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSLatitudeRefU3Ek__BackingField_214), (void*)value); } inline static int32_t get_offset_of_U3CGPSLongitudeRefU3Ek__BackingField_215() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSLongitudeRefU3Ek__BackingField_215)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSLongitudeRefU3Ek__BackingField_215() const { return ___U3CGPSLongitudeRefU3Ek__BackingField_215; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSLongitudeRefU3Ek__BackingField_215() { return &___U3CGPSLongitudeRefU3Ek__BackingField_215; } inline void set_U3CGPSLongitudeRefU3Ek__BackingField_215(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSLongitudeRefU3Ek__BackingField_215 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSLongitudeRefU3Ek__BackingField_215), (void*)value); } inline static int32_t get_offset_of_U3CGPSSatellitesU3Ek__BackingField_216() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSSatellitesU3Ek__BackingField_216)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSSatellitesU3Ek__BackingField_216() const { return ___U3CGPSSatellitesU3Ek__BackingField_216; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSSatellitesU3Ek__BackingField_216() { return &___U3CGPSSatellitesU3Ek__BackingField_216; } inline void set_U3CGPSSatellitesU3Ek__BackingField_216(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSSatellitesU3Ek__BackingField_216 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSSatellitesU3Ek__BackingField_216), (void*)value); } inline static int32_t get_offset_of_U3CGPSStatusU3Ek__BackingField_217() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSStatusU3Ek__BackingField_217)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSStatusU3Ek__BackingField_217() const { return ___U3CGPSStatusU3Ek__BackingField_217; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSStatusU3Ek__BackingField_217() { return &___U3CGPSStatusU3Ek__BackingField_217; } inline void set_U3CGPSStatusU3Ek__BackingField_217(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSStatusU3Ek__BackingField_217 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSStatusU3Ek__BackingField_217), (void*)value); } inline static int32_t get_offset_of_U3CGPSMeasureModeU3Ek__BackingField_218() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSMeasureModeU3Ek__BackingField_218)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSMeasureModeU3Ek__BackingField_218() const { return ___U3CGPSMeasureModeU3Ek__BackingField_218; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSMeasureModeU3Ek__BackingField_218() { return &___U3CGPSMeasureModeU3Ek__BackingField_218; } inline void set_U3CGPSMeasureModeU3Ek__BackingField_218(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSMeasureModeU3Ek__BackingField_218 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSMeasureModeU3Ek__BackingField_218), (void*)value); } inline static int32_t get_offset_of_U3CGPSSpeedRefU3Ek__BackingField_219() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSSpeedRefU3Ek__BackingField_219)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSSpeedRefU3Ek__BackingField_219() const { return ___U3CGPSSpeedRefU3Ek__BackingField_219; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSSpeedRefU3Ek__BackingField_219() { return &___U3CGPSSpeedRefU3Ek__BackingField_219; } inline void set_U3CGPSSpeedRefU3Ek__BackingField_219(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSSpeedRefU3Ek__BackingField_219 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSSpeedRefU3Ek__BackingField_219), (void*)value); } inline static int32_t get_offset_of_U3CGPSTrackRefU3Ek__BackingField_220() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSTrackRefU3Ek__BackingField_220)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSTrackRefU3Ek__BackingField_220() const { return ___U3CGPSTrackRefU3Ek__BackingField_220; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSTrackRefU3Ek__BackingField_220() { return &___U3CGPSTrackRefU3Ek__BackingField_220; } inline void set_U3CGPSTrackRefU3Ek__BackingField_220(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSTrackRefU3Ek__BackingField_220 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSTrackRefU3Ek__BackingField_220), (void*)value); } inline static int32_t get_offset_of_U3CGPSImgDirectionRefU3Ek__BackingField_221() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSImgDirectionRefU3Ek__BackingField_221)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSImgDirectionRefU3Ek__BackingField_221() const { return ___U3CGPSImgDirectionRefU3Ek__BackingField_221; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSImgDirectionRefU3Ek__BackingField_221() { return &___U3CGPSImgDirectionRefU3Ek__BackingField_221; } inline void set_U3CGPSImgDirectionRefU3Ek__BackingField_221(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSImgDirectionRefU3Ek__BackingField_221 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSImgDirectionRefU3Ek__BackingField_221), (void*)value); } inline static int32_t get_offset_of_U3CGPSMapDatumU3Ek__BackingField_222() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSMapDatumU3Ek__BackingField_222)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSMapDatumU3Ek__BackingField_222() const { return ___U3CGPSMapDatumU3Ek__BackingField_222; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSMapDatumU3Ek__BackingField_222() { return &___U3CGPSMapDatumU3Ek__BackingField_222; } inline void set_U3CGPSMapDatumU3Ek__BackingField_222(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSMapDatumU3Ek__BackingField_222 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSMapDatumU3Ek__BackingField_222), (void*)value); } inline static int32_t get_offset_of_U3CGPSDestLatitudeRefU3Ek__BackingField_223() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDestLatitudeRefU3Ek__BackingField_223)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSDestLatitudeRefU3Ek__BackingField_223() const { return ___U3CGPSDestLatitudeRefU3Ek__BackingField_223; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSDestLatitudeRefU3Ek__BackingField_223() { return &___U3CGPSDestLatitudeRefU3Ek__BackingField_223; } inline void set_U3CGPSDestLatitudeRefU3Ek__BackingField_223(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSDestLatitudeRefU3Ek__BackingField_223 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDestLatitudeRefU3Ek__BackingField_223), (void*)value); } inline static int32_t get_offset_of_U3CGPSDestLongitudeRefU3Ek__BackingField_224() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDestLongitudeRefU3Ek__BackingField_224)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSDestLongitudeRefU3Ek__BackingField_224() const { return ___U3CGPSDestLongitudeRefU3Ek__BackingField_224; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSDestLongitudeRefU3Ek__BackingField_224() { return &___U3CGPSDestLongitudeRefU3Ek__BackingField_224; } inline void set_U3CGPSDestLongitudeRefU3Ek__BackingField_224(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSDestLongitudeRefU3Ek__BackingField_224 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDestLongitudeRefU3Ek__BackingField_224), (void*)value); } inline static int32_t get_offset_of_U3CGPSDestBearingRefU3Ek__BackingField_225() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDestBearingRefU3Ek__BackingField_225)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSDestBearingRefU3Ek__BackingField_225() const { return ___U3CGPSDestBearingRefU3Ek__BackingField_225; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSDestBearingRefU3Ek__BackingField_225() { return &___U3CGPSDestBearingRefU3Ek__BackingField_225; } inline void set_U3CGPSDestBearingRefU3Ek__BackingField_225(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSDestBearingRefU3Ek__BackingField_225 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDestBearingRefU3Ek__BackingField_225), (void*)value); } inline static int32_t get_offset_of_U3CGPSDestDistanceRefU3Ek__BackingField_226() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDestDistanceRefU3Ek__BackingField_226)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSDestDistanceRefU3Ek__BackingField_226() const { return ___U3CGPSDestDistanceRefU3Ek__BackingField_226; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSDestDistanceRefU3Ek__BackingField_226() { return &___U3CGPSDestDistanceRefU3Ek__BackingField_226; } inline void set_U3CGPSDestDistanceRefU3Ek__BackingField_226(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSDestDistanceRefU3Ek__BackingField_226 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDestDistanceRefU3Ek__BackingField_226), (void*)value); } inline static int32_t get_offset_of_U3CGPSDateStampU3Ek__BackingField_227() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CGPSDateStampU3Ek__BackingField_227)); } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * get_U3CGPSDateStampU3Ek__BackingField_227() const { return ___U3CGPSDateStampU3Ek__BackingField_227; } inline ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF ** get_address_of_U3CGPSDateStampU3Ek__BackingField_227() { return &___U3CGPSDateStampU3Ek__BackingField_227; } inline void set_U3CGPSDateStampU3Ek__BackingField_227(ExifTag_1_t883B84CA03DE05736CF5BA27FCFF1DFB40DFE0BF * value) { ___U3CGPSDateStampU3Ek__BackingField_227 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGPSDateStampU3Ek__BackingField_227), (void*)value); } inline static int32_t get_offset_of_U3CJPEGTablesU3Ek__BackingField_228() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CJPEGTablesU3Ek__BackingField_228)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CJPEGTablesU3Ek__BackingField_228() const { return ___U3CJPEGTablesU3Ek__BackingField_228; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CJPEGTablesU3Ek__BackingField_228() { return &___U3CJPEGTablesU3Ek__BackingField_228; } inline void set_U3CJPEGTablesU3Ek__BackingField_228(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CJPEGTablesU3Ek__BackingField_228 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJPEGTablesU3Ek__BackingField_228), (void*)value); } inline static int32_t get_offset_of_U3COECFU3Ek__BackingField_229() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3COECFU3Ek__BackingField_229)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3COECFU3Ek__BackingField_229() const { return ___U3COECFU3Ek__BackingField_229; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3COECFU3Ek__BackingField_229() { return &___U3COECFU3Ek__BackingField_229; } inline void set_U3COECFU3Ek__BackingField_229(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3COECFU3Ek__BackingField_229 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COECFU3Ek__BackingField_229), (void*)value); } inline static int32_t get_offset_of_U3CExifVersionU3Ek__BackingField_230() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CExifVersionU3Ek__BackingField_230)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CExifVersionU3Ek__BackingField_230() const { return ___U3CExifVersionU3Ek__BackingField_230; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CExifVersionU3Ek__BackingField_230() { return &___U3CExifVersionU3Ek__BackingField_230; } inline void set_U3CExifVersionU3Ek__BackingField_230(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CExifVersionU3Ek__BackingField_230 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExifVersionU3Ek__BackingField_230), (void*)value); } inline static int32_t get_offset_of_U3CComponentsConfigurationU3Ek__BackingField_231() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CComponentsConfigurationU3Ek__BackingField_231)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CComponentsConfigurationU3Ek__BackingField_231() const { return ___U3CComponentsConfigurationU3Ek__BackingField_231; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CComponentsConfigurationU3Ek__BackingField_231() { return &___U3CComponentsConfigurationU3Ek__BackingField_231; } inline void set_U3CComponentsConfigurationU3Ek__BackingField_231(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CComponentsConfigurationU3Ek__BackingField_231 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CComponentsConfigurationU3Ek__BackingField_231), (void*)value); } inline static int32_t get_offset_of_U3CMakerNoteU3Ek__BackingField_232() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CMakerNoteU3Ek__BackingField_232)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CMakerNoteU3Ek__BackingField_232() const { return ___U3CMakerNoteU3Ek__BackingField_232; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CMakerNoteU3Ek__BackingField_232() { return &___U3CMakerNoteU3Ek__BackingField_232; } inline void set_U3CMakerNoteU3Ek__BackingField_232(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CMakerNoteU3Ek__BackingField_232 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMakerNoteU3Ek__BackingField_232), (void*)value); } inline static int32_t get_offset_of_U3CFlashpixVersionU3Ek__BackingField_233() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFlashpixVersionU3Ek__BackingField_233)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CFlashpixVersionU3Ek__BackingField_233() const { return ___U3CFlashpixVersionU3Ek__BackingField_233; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CFlashpixVersionU3Ek__BackingField_233() { return &___U3CFlashpixVersionU3Ek__BackingField_233; } inline void set_U3CFlashpixVersionU3Ek__BackingField_233(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CFlashpixVersionU3Ek__BackingField_233 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFlashpixVersionU3Ek__BackingField_233), (void*)value); } inline static int32_t get_offset_of_U3CSpatialFrequencyResponseU3Ek__BackingField_234() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSpatialFrequencyResponseU3Ek__BackingField_234)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CSpatialFrequencyResponseU3Ek__BackingField_234() const { return ___U3CSpatialFrequencyResponseU3Ek__BackingField_234; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CSpatialFrequencyResponseU3Ek__BackingField_234() { return &___U3CSpatialFrequencyResponseU3Ek__BackingField_234; } inline void set_U3CSpatialFrequencyResponseU3Ek__BackingField_234(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CSpatialFrequencyResponseU3Ek__BackingField_234 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSpatialFrequencyResponseU3Ek__BackingField_234), (void*)value); } inline static int32_t get_offset_of_U3CSpatialFrequencyResponse2U3Ek__BackingField_235() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSpatialFrequencyResponse2U3Ek__BackingField_235)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CSpatialFrequencyResponse2U3Ek__BackingField_235() const { return ___U3CSpatialFrequencyResponse2U3Ek__BackingField_235; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CSpatialFrequencyResponse2U3Ek__BackingField_235() { return &___U3CSpatialFrequencyResponse2U3Ek__BackingField_235; } inline void set_U3CSpatialFrequencyResponse2U3Ek__BackingField_235(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CSpatialFrequencyResponse2U3Ek__BackingField_235 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSpatialFrequencyResponse2U3Ek__BackingField_235), (void*)value); } inline static int32_t get_offset_of_U3CNoiseU3Ek__BackingField_236() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CNoiseU3Ek__BackingField_236)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CNoiseU3Ek__BackingField_236() const { return ___U3CNoiseU3Ek__BackingField_236; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CNoiseU3Ek__BackingField_236() { return &___U3CNoiseU3Ek__BackingField_236; } inline void set_U3CNoiseU3Ek__BackingField_236(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CNoiseU3Ek__BackingField_236 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNoiseU3Ek__BackingField_236), (void*)value); } inline static int32_t get_offset_of_U3CCFAPatternU3Ek__BackingField_237() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CCFAPatternU3Ek__BackingField_237)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CCFAPatternU3Ek__BackingField_237() const { return ___U3CCFAPatternU3Ek__BackingField_237; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CCFAPatternU3Ek__BackingField_237() { return &___U3CCFAPatternU3Ek__BackingField_237; } inline void set_U3CCFAPatternU3Ek__BackingField_237(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CCFAPatternU3Ek__BackingField_237 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCFAPatternU3Ek__BackingField_237), (void*)value); } inline static int32_t get_offset_of_U3CDeviceSettingDescriptionU3Ek__BackingField_238() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CDeviceSettingDescriptionU3Ek__BackingField_238)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CDeviceSettingDescriptionU3Ek__BackingField_238() const { return ___U3CDeviceSettingDescriptionU3Ek__BackingField_238; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CDeviceSettingDescriptionU3Ek__BackingField_238() { return &___U3CDeviceSettingDescriptionU3Ek__BackingField_238; } inline void set_U3CDeviceSettingDescriptionU3Ek__BackingField_238(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CDeviceSettingDescriptionU3Ek__BackingField_238 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeviceSettingDescriptionU3Ek__BackingField_238), (void*)value); } inline static int32_t get_offset_of_U3CImageSourceDataU3Ek__BackingField_239() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CImageSourceDataU3Ek__BackingField_239)); } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * get_U3CImageSourceDataU3Ek__BackingField_239() const { return ___U3CImageSourceDataU3Ek__BackingField_239; } inline ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 ** get_address_of_U3CImageSourceDataU3Ek__BackingField_239() { return &___U3CImageSourceDataU3Ek__BackingField_239; } inline void set_U3CImageSourceDataU3Ek__BackingField_239(ExifTag_1_tBCFF0628A7F320E4F0B3512555743352EBEB3784 * value) { ___U3CImageSourceDataU3Ek__BackingField_239 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageSourceDataU3Ek__BackingField_239), (void*)value); } inline static int32_t get_offset_of_U3CFileSourceU3Ek__BackingField_240() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CFileSourceU3Ek__BackingField_240)); } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * get_U3CFileSourceU3Ek__BackingField_240() const { return ___U3CFileSourceU3Ek__BackingField_240; } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 ** get_address_of_U3CFileSourceU3Ek__BackingField_240() { return &___U3CFileSourceU3Ek__BackingField_240; } inline void set_U3CFileSourceU3Ek__BackingField_240(ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * value) { ___U3CFileSourceU3Ek__BackingField_240 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFileSourceU3Ek__BackingField_240), (void*)value); } inline static int32_t get_offset_of_U3CSceneTypeU3Ek__BackingField_241() { return static_cast(offsetof(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields, ___U3CSceneTypeU3Ek__BackingField_241)); } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * get_U3CSceneTypeU3Ek__BackingField_241() const { return ___U3CSceneTypeU3Ek__BackingField_241; } inline ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 ** get_address_of_U3CSceneTypeU3Ek__BackingField_241() { return &___U3CSceneTypeU3Ek__BackingField_241; } inline void set_U3CSceneTypeU3Ek__BackingField_241(ExifTag_1_tA9BE2CB8A7D7ADE6A60553C292FF083F674AC818 * value) { ___U3CSceneTypeU3Ek__BackingField_241 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSceneTypeU3Ek__BackingField_241), (void*)value); } }; // 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); } }; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.String System.ComponentModel.MemberDescriptor::displayName String_t* ___displayName_1; // System.Int32 System.ComponentModel.MemberDescriptor::nameHash int32_t ___nameHash_2; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributeCollection_3; // System.Attribute[] System.ComponentModel.MemberDescriptor::attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes_4; // System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___originalAttributes_5; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered bool ___attributesFiltered_6; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled bool ___attributesFilled_7; // System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion int32_t ___metadataVersion_8; // System.String System.ComponentModel.MemberDescriptor::category String_t* ___category_9; // System.String System.ComponentModel.MemberDescriptor::description String_t* ___description_10; // System.Object System.ComponentModel.MemberDescriptor::lockCookie RuntimeObject * ___lockCookie_11; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_nameHash_2() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___nameHash_2)); } inline int32_t get_nameHash_2() const { return ___nameHash_2; } inline int32_t* get_address_of_nameHash_2() { return &___nameHash_2; } inline void set_nameHash_2(int32_t value) { ___nameHash_2 = value; } inline static int32_t get_offset_of_attributeCollection_3() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributeCollection_3)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_attributeCollection_3() const { return ___attributeCollection_3; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_attributeCollection_3() { return &___attributeCollection_3; } inline void set_attributeCollection_3(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___attributeCollection_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCollection_3), (void*)value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributes_4)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_attributes_4() const { return ___attributes_4; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___attributes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_4), (void*)value); } inline static int32_t get_offset_of_originalAttributes_5() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___originalAttributes_5)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_originalAttributes_5() const { return ___originalAttributes_5; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_originalAttributes_5() { return &___originalAttributes_5; } inline void set_originalAttributes_5(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___originalAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalAttributes_5), (void*)value); } inline static int32_t get_offset_of_attributesFiltered_6() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFiltered_6)); } inline bool get_attributesFiltered_6() const { return ___attributesFiltered_6; } inline bool* get_address_of_attributesFiltered_6() { return &___attributesFiltered_6; } inline void set_attributesFiltered_6(bool value) { ___attributesFiltered_6 = value; } inline static int32_t get_offset_of_attributesFilled_7() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFilled_7)); } inline bool get_attributesFilled_7() const { return ___attributesFilled_7; } inline bool* get_address_of_attributesFilled_7() { return &___attributesFilled_7; } inline void set_attributesFilled_7(bool value) { ___attributesFilled_7 = value; } inline static int32_t get_offset_of_metadataVersion_8() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___metadataVersion_8)); } inline int32_t get_metadataVersion_8() const { return ___metadataVersion_8; } inline int32_t* get_address_of_metadataVersion_8() { return &___metadataVersion_8; } inline void set_metadataVersion_8(int32_t value) { ___metadataVersion_8 = value; } inline static int32_t get_offset_of_category_9() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___category_9)); } inline String_t* get_category_9() const { return ___category_9; } inline String_t** get_address_of_category_9() { return &___category_9; } inline void set_category_9(String_t* value) { ___category_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_9), (void*)value); } inline static int32_t get_offset_of_description_10() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___description_10)); } inline String_t* get_description_10() const { return ___description_10; } inline String_t** get_address_of_description_10() { return &___description_10; } inline void set_description_10(String_t* value) { ___description_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_10), (void*)value); } inline static int32_t get_offset_of_lockCookie_11() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___lockCookie_11)); } inline RuntimeObject * get_lockCookie_11() const { return ___lockCookie_11; } inline RuntimeObject ** get_address_of_lockCookie_11() { return &___lockCookie_11; } inline void set_lockCookie_11(RuntimeObject * value) { ___lockCookie_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockCookie_11), (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.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F : public RuntimeObject { public: // System.Collections.IDictionary System.ComponentModel.PropertyDescriptorCollection::cachedFoundProperties RuntimeObject* ___cachedFoundProperties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::cachedIgnoreCase bool ___cachedIgnoreCase_2; // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.PropertyDescriptorCollection::properties PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties_3; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::propCount int32_t ___propCount_4; // System.String[] System.ComponentModel.PropertyDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_5; // System.Collections.IComparer System.ComponentModel.PropertyDescriptorCollection::comparer RuntimeObject* ___comparer_6; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::propsOwned bool ___propsOwned_7; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::needSort bool ___needSort_8; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly bool ___readOnly_9; public: inline static int32_t get_offset_of_cachedFoundProperties_1() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedFoundProperties_1)); } inline RuntimeObject* get_cachedFoundProperties_1() const { return ___cachedFoundProperties_1; } inline RuntimeObject** get_address_of_cachedFoundProperties_1() { return &___cachedFoundProperties_1; } inline void set_cachedFoundProperties_1(RuntimeObject* value) { ___cachedFoundProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFoundProperties_1), (void*)value); } inline static int32_t get_offset_of_cachedIgnoreCase_2() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedIgnoreCase_2)); } inline bool get_cachedIgnoreCase_2() const { return ___cachedIgnoreCase_2; } inline bool* get_address_of_cachedIgnoreCase_2() { return &___cachedIgnoreCase_2; } inline void set_cachedIgnoreCase_2(bool value) { ___cachedIgnoreCase_2 = value; } inline static int32_t get_offset_of_properties_3() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___properties_3)); } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* get_properties_3() const { return ___properties_3; } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75** get_address_of_properties_3() { return &___properties_3; } inline void set_properties_3(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* value) { ___properties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_3), (void*)value); } inline static int32_t get_offset_of_propCount_4() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propCount_4)); } inline int32_t get_propCount_4() const { return ___propCount_4; } inline int32_t* get_address_of_propCount_4() { return &___propCount_4; } inline void set_propCount_4(int32_t value) { ___propCount_4 = value; } inline static int32_t get_offset_of_namedSort_5() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___namedSort_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_5() const { return ___namedSort_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_5() { return &___namedSort_5; } inline void set_namedSort_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_5), (void*)value); } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_propsOwned_7() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propsOwned_7)); } inline bool get_propsOwned_7() const { return ___propsOwned_7; } inline bool* get_address_of_propsOwned_7() { return &___propsOwned_7; } inline void set_propsOwned_7(bool value) { ___propsOwned_7 = value; } inline static int32_t get_offset_of_needSort_8() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___needSort_8)); } inline bool get_needSort_8() const { return ___needSort_8; } inline bool* get_address_of_needSort_8() { return &___needSort_8; } inline void set_needSort_8(bool value) { ___needSort_8 = value; } inline static int32_t get_offset_of_readOnly_9() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___readOnly_9)); } inline bool get_readOnly_9() const { return ___readOnly_9; } inline bool* get_address_of_readOnly_9() { return &___readOnly_9; } inline void set_readOnly_9(bool value) { ___readOnly_9 = value; } }; struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields, ___Empty_0)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_Empty_0() const { return ___Empty_0; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_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 { }; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 : public LinkedPoolItem_1_tE3A2294024B9A69365AE8B86A267ABD3794F8FE4 { public: // UnityEngine.UIElements.UIR.BasicNode`1 UnityEngine.UIElements.UIR.BasicNode`1::next BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 * ___next_1; // T UnityEngine.UIElements.UIR.BasicNode`1::data RuntimeObject * ___data_2; public: inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10, ___next_1)); } inline BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 * get_next_1() const { return ___next_1; } inline BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(BasicNode_1_tDCB06109AF278A307AF98DE9FD3B5488FDB4BB10, ___data_2)); } inline RuntimeObject * get_data_2() const { return ___data_2; } inline RuntimeObject ** get_address_of_data_2() { return &___data_2; } inline void set_data_2(RuntimeObject * value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.ComponentModel.BindingList`1 struct BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 : public Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 { public: // System.Int32 System.ComponentModel.BindingList`1::addNewPos int32_t ___addNewPos_2; // System.Boolean System.ComponentModel.BindingList`1::raiseListChangedEvents bool ___raiseListChangedEvents_3; // System.Boolean System.ComponentModel.BindingList`1::raiseItemChangedEvents bool ___raiseItemChangedEvents_4; // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.BindingList`1::itemTypeProperties PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___itemTypeProperties_5; // System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.BindingList`1::propertyChangedEventHandler PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___propertyChangedEventHandler_6; // System.ComponentModel.AddingNewEventHandler System.ComponentModel.BindingList`1::onAddingNew AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * ___onAddingNew_7; // System.ComponentModel.ListChangedEventHandler System.ComponentModel.BindingList`1::onListChanged ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ___onListChanged_8; // System.Int32 System.ComponentModel.BindingList`1::lastChangeIndex int32_t ___lastChangeIndex_9; // System.Boolean System.ComponentModel.BindingList`1::allowNew bool ___allowNew_10; // System.Boolean System.ComponentModel.BindingList`1::allowEdit bool ___allowEdit_11; // System.Boolean System.ComponentModel.BindingList`1::allowRemove bool ___allowRemove_12; // System.Boolean System.ComponentModel.BindingList`1::userSetAllowNew bool ___userSetAllowNew_13; public: inline static int32_t get_offset_of_addNewPos_2() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___addNewPos_2)); } inline int32_t get_addNewPos_2() const { return ___addNewPos_2; } inline int32_t* get_address_of_addNewPos_2() { return &___addNewPos_2; } inline void set_addNewPos_2(int32_t value) { ___addNewPos_2 = value; } inline static int32_t get_offset_of_raiseListChangedEvents_3() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___raiseListChangedEvents_3)); } inline bool get_raiseListChangedEvents_3() const { return ___raiseListChangedEvents_3; } inline bool* get_address_of_raiseListChangedEvents_3() { return &___raiseListChangedEvents_3; } inline void set_raiseListChangedEvents_3(bool value) { ___raiseListChangedEvents_3 = value; } inline static int32_t get_offset_of_raiseItemChangedEvents_4() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___raiseItemChangedEvents_4)); } inline bool get_raiseItemChangedEvents_4() const { return ___raiseItemChangedEvents_4; } inline bool* get_address_of_raiseItemChangedEvents_4() { return &___raiseItemChangedEvents_4; } inline void set_raiseItemChangedEvents_4(bool value) { ___raiseItemChangedEvents_4 = value; } inline static int32_t get_offset_of_itemTypeProperties_5() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___itemTypeProperties_5)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_itemTypeProperties_5() const { return ___itemTypeProperties_5; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_itemTypeProperties_5() { return &___itemTypeProperties_5; } inline void set_itemTypeProperties_5(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___itemTypeProperties_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemTypeProperties_5), (void*)value); } inline static int32_t get_offset_of_propertyChangedEventHandler_6() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___propertyChangedEventHandler_6)); } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * get_propertyChangedEventHandler_6() const { return ___propertyChangedEventHandler_6; } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** get_address_of_propertyChangedEventHandler_6() { return &___propertyChangedEventHandler_6; } inline void set_propertyChangedEventHandler_6(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * value) { ___propertyChangedEventHandler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyChangedEventHandler_6), (void*)value); } inline static int32_t get_offset_of_onAddingNew_7() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___onAddingNew_7)); } inline AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * get_onAddingNew_7() const { return ___onAddingNew_7; } inline AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 ** get_address_of_onAddingNew_7() { return &___onAddingNew_7; } inline void set_onAddingNew_7(AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * value) { ___onAddingNew_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAddingNew_7), (void*)value); } inline static int32_t get_offset_of_onListChanged_8() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___onListChanged_8)); } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * get_onListChanged_8() const { return ___onListChanged_8; } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C ** get_address_of_onListChanged_8() { return &___onListChanged_8; } inline void set_onListChanged_8(ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * value) { ___onListChanged_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___onListChanged_8), (void*)value); } inline static int32_t get_offset_of_lastChangeIndex_9() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___lastChangeIndex_9)); } inline int32_t get_lastChangeIndex_9() const { return ___lastChangeIndex_9; } inline int32_t* get_address_of_lastChangeIndex_9() { return &___lastChangeIndex_9; } inline void set_lastChangeIndex_9(int32_t value) { ___lastChangeIndex_9 = value; } inline static int32_t get_offset_of_allowNew_10() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___allowNew_10)); } inline bool get_allowNew_10() const { return ___allowNew_10; } inline bool* get_address_of_allowNew_10() { return &___allowNew_10; } inline void set_allowNew_10(bool value) { ___allowNew_10 = value; } inline static int32_t get_offset_of_allowEdit_11() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___allowEdit_11)); } inline bool get_allowEdit_11() const { return ___allowEdit_11; } inline bool* get_address_of_allowEdit_11() { return &___allowEdit_11; } inline void set_allowEdit_11(bool value) { ___allowEdit_11 = value; } inline static int32_t get_offset_of_allowRemove_12() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___allowRemove_12)); } inline bool get_allowRemove_12() const { return ___allowRemove_12; } inline bool* get_address_of_allowRemove_12() { return &___allowRemove_12; } inline void set_allowRemove_12(bool value) { ___allowRemove_12 = value; } inline static int32_t get_offset_of_userSetAllowNew_13() { return static_cast(offsetof(BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377, ___userSetAllowNew_13)); } inline bool get_userSetAllowNew_13() const { return ___userSetAllowNew_13; } inline bool* get_address_of_userSetAllowNew_13() { return &___userSetAllowNew_13; } inline void set_userSetAllowNew_13(bool value) { ___userSetAllowNew_13 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t2A4D1BC9B320F1FC59206AE174885A9EFC4624C1 : public TiffBaseColorDecoder_1_t918FD6CD48CDBC0980625514C46FB810D5E7C196 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t2A4D1BC9B320F1FC59206AE174885A9EFC4624C1, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t2A4D1BC9B320F1FC59206AE174885A9EFC4624C1, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_tB7403CD6EAA46FB635E2C18BA5CA1D417B486099 : public TiffBaseColorDecoder_1_tE851D4FE006300E0B4C8AE9B48D8896CB73E4E63 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_tB7403CD6EAA46FB635E2C18BA5CA1D417B486099, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_tB7403CD6EAA46FB635E2C18BA5CA1D417B486099, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t15FC775B71D161A08842933639D56D5A040F23F2 : public TiffBaseColorDecoder_1_t4CEB11609E3A1664646FF4C1C04F0F4259F978BA { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t15FC775B71D161A08842933639D56D5A040F23F2, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t15FC775B71D161A08842933639D56D5A040F23F2, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t2DF89248A7918A8DBA186FABC2D2F1D9B94FF473 : public TiffBaseColorDecoder_1_t3FE98C890282FDAEF7943D75EBBE4341CD055B29 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t2DF89248A7918A8DBA186FABC2D2F1D9B94FF473, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t2DF89248A7918A8DBA186FABC2D2F1D9B94FF473, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t772C5618BCA7C81D2618B9325ACEA9A8B5343AE0 : public TiffBaseColorDecoder_1_tF5626A0B24BD39A47E286B31EDCEAC5822C46911 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t772C5618BCA7C81D2618B9325ACEA9A8B5343AE0, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t772C5618BCA7C81D2618B9325ACEA9A8B5343AE0, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t4C4564645FE5C5C91E18BC7E5E740957F4715B2D : public TiffBaseColorDecoder_1_t7A6BF924256AEC483C9F0C20CDE918BA71D0DF01 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t4C4564645FE5C5C91E18BC7E5E740957F4715B2D, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t4C4564645FE5C5C91E18BC7E5E740957F4715B2D, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t9C715E54943A6766AE21EFB6CE343E4431428A6E : public TiffBaseColorDecoder_1_t857BAAF3FCC1EC92838126EA9F182DB634A0EE30 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t9C715E54943A6766AE21EFB6CE343E4431428A6E, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t9C715E54943A6766AE21EFB6CE343E4431428A6E, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_tBCBB4508EDAD05678B1380FC215D7FE39E876F9B : public TiffBaseColorDecoder_1_t8641CF3451024EEF0A918103E131F5E1FF90E24D { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_tBCBB4508EDAD05678B1380FC215D7FE39E876F9B, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_tBCBB4508EDAD05678B1380FC215D7FE39E876F9B, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t8C0E83E98D3B6F716817284A80C71B61CD3697B0 : public TiffBaseColorDecoder_1_t15C72D255011DDD6F239C9B0EB31BBDA063D7EC7 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t8C0E83E98D3B6F716817284A80C71B61CD3697B0, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t8C0E83E98D3B6F716817284A80C71B61CD3697B0, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_tF7B9ED02AA5A1CA71F19A667A92E512ACFCBB45B : public TiffBaseColorDecoder_1_tECA698BDF54F0695DAED39B407AAACF3B2D9DBB3 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_tF7B9ED02AA5A1CA71F19A667A92E512ACFCBB45B, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_tF7B9ED02AA5A1CA71F19A667A92E512ACFCBB45B, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t1F038C002BC4D6E0723BACD7D96EC87A91C272A7 : public TiffBaseColorDecoder_1_tC5E79B2686F0670AA1255C25C9F091E8E1511274 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t1F038C002BC4D6E0723BACD7D96EC87A91C272A7, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t1F038C002BC4D6E0723BACD7D96EC87A91C272A7, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t1F9551FE0B8DA97E49CB600F0D00CA76FF9BAD45 : public TiffBaseColorDecoder_1_t1C78AB236B685F56C82AF446C9360390B947835A { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t1F9551FE0B8DA97E49CB600F0D00CA76FF9BAD45, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t1F9551FE0B8DA97E49CB600F0D00CA76FF9BAD45, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t8F07AEB332BA466F8D270763C482E7C226AE684C : public TiffBaseColorDecoder_1_t83B194CC0BFB001A2EBC7AE3297790038C56E03B { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t8F07AEB332BA466F8D270763C482E7C226AE684C, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t8F07AEB332BA466F8D270763C482E7C226AE684C, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t0370EBCEB3A061B4E1D6FD77405BA621D93E26A7 : public TiffBaseColorDecoder_1_tB65A3294C0E41F622A97978BC391C50CC59657F8 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t0370EBCEB3A061B4E1D6FD77405BA621D93E26A7, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t0370EBCEB3A061B4E1D6FD77405BA621D93E26A7, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_tD753C5FB5B235DD2EFFBC96EBB1AF5861800A7A7 : public TiffBaseColorDecoder_1_tEE4C4BD3CAA2C9AD94C4A90677FD21582758165A { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_tD753C5FB5B235DD2EFFBC96EBB1AF5861800A7A7, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_tD753C5FB5B235DD2EFFBC96EBB1AF5861800A7A7, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t942B4CCF670801A6936C5E09CF074DD4ED59D4D5 : public TiffBaseColorDecoder_1_t36145E17E31EC1F87E87A83BC85DDFD1923515DF { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t942B4CCF670801A6936C5E09CF074DD4ED59D4D5, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t942B4CCF670801A6936C5E09CF074DD4ED59D4D5, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t9F378E57C97FD9A0CAD3C697A935A88C3042F958 : public TiffBaseColorDecoder_1_t5EEB416C8BC13ED981CA975C538EF1D7D43CA46F { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t9F378E57C97FD9A0CAD3C697A935A88C3042F958, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t9F378E57C97FD9A0CAD3C697A935A88C3042F958, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t41D198B80342856514ECBA39B1B213BAD9E7C36A : public TiffBaseColorDecoder_1_tB6982B4DAC2D889F0485071C8A3686B537023238 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t41D198B80342856514ECBA39B1B213BAD9E7C36A, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t41D198B80342856514ECBA39B1B213BAD9E7C36A, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1 struct BlackIsZero16TiffColor_1_t7A56F619F65E1A7327343C86C136622503D15DD5 : public TiffBaseColorDecoder_1_t176EEB3AC319E4A8A19A32C1ABF249FA7C9BFE73 { public: // System.Boolean SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::isBigEndian bool ___isBigEndian_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; public: inline static int32_t get_offset_of_isBigEndian_0() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t7A56F619F65E1A7327343C86C136622503D15DD5, ___isBigEndian_0)); } inline bool get_isBigEndian_0() const { return ___isBigEndian_0; } inline bool* get_address_of_isBigEndian_0() { return &___isBigEndian_0; } inline void set_isBigEndian_0(bool value) { ___isBigEndian_0 = value; } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(BlackIsZero16TiffColor_1_t7A56F619F65E1A7327343C86C136622503D15DD5, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } }; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 struct ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E : public ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 { public: public: }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 : 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_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95, ___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_tB83434DCD10359B8CC0498279D4B9233A007DC95, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (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.Memory`1 struct Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 { 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_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____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_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____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_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____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 // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t885415045473B7F42DAE4C8679D299E13D170D6A { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t885415045473B7F42DAE4C8679D299E13D170D6A, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t4C99072E11077166377CCD2881DF934837F9BA3B { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t4C99072E11077166377CCD2881DF934837F9BA3B, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tB524CC81FBD87492BC411766CDB3040D1799053A { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tB524CC81FBD87492BC411766CDB3040D1799053A, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t94BC4CA21F440059214263A242302F917CFF4F8D { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t94BC4CA21F440059214263A242302F917CFF4F8D, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment struct Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::R int64_t ___R_0; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::G int64_t ___G_1; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::B int64_t ___B_2; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::A int64_t ___A_3; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Weight int64_t ___Weight_4; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment::Moment2 double ___Moment2_5; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___R_0)); } inline int64_t get_R_0() const { return ___R_0; } inline int64_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(int64_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___G_1)); } inline int64_t get_G_1() const { return ___G_1; } inline int64_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(int64_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___B_2)); } inline int64_t get_B_2() const { return ___B_2; } inline int64_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(int64_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___A_3)); } inline int64_t get_A_3() const { return ___A_3; } inline int64_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(int64_t value) { ___A_3 = value; } inline static int32_t get_offset_of_Weight_4() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___Weight_4)); } inline int64_t get_Weight_4() const { return ___Weight_4; } inline int64_t* get_address_of_Weight_4() { return &___Weight_4; } inline void set_Weight_4(int64_t value) { ___Weight_4 = value; } inline static int32_t get_offset_of_Moment2_5() { return static_cast(offsetof(Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15, ___Moment2_5)); } inline double get_Moment2_5() const { return ___Moment2_5; } inline double* get_address_of_Moment2_5() { return &___Moment2_5; } inline void set_Moment2_5(double value) { ___Moment2_5 = value; } }; // SixLabors.ImageSharp.PixelFormats.A8 struct A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.A8::k__BackingField uint8_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint8_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint8_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // System.ComponentModel.AddingNewEventArgs struct AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.ComponentModel.AddingNewEventArgs::newObject RuntimeObject * ___newObject_1; public: inline static int32_t get_offset_of_newObject_1() { return static_cast(offsetof(AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1, ___newObject_1)); } inline RuntimeObject * get_newObject_1() const { return ___newObject_1; } inline RuntimeObject ** get_address_of_newObject_1() { return &___newObject_1; } inline void set_newObject_1(RuntimeObject * value) { ___newObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___newObject_1), (void*)value); } }; // SixLabors.ImageSharp.PixelFormats.Bgr24 struct Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::B uint8_t ___B_0; }; #pragma pack(pop, tp) struct { uint8_t ___B_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___G_1_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::G uint8_t ___G_1; }; #pragma pack(pop, tp) struct { char ___G_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___G_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___R_2_OffsetPadding[2]; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::R uint8_t ___R_2; }; #pragma pack(pop, tp) struct { char ___R_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___R_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_B_0() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___B_0)); } inline uint8_t get_B_0() const { return ___B_0; } inline uint8_t* get_address_of_B_0() { return &___B_0; } inline void set_B_0(uint8_t value) { ___B_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___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_R_2() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___R_2)); } inline uint8_t get_R_2() const { return ___R_2; } inline uint8_t* get_address_of_R_2() { return &___R_2; } inline void set_R_2(uint8_t value) { ___R_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr565 struct Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgr565::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra4444 struct Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra4444::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra5551 struct Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra5551::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = 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; } }; // SixLabors.ImageSharp.PixelFormats.Byte4 struct Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Byte4::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = 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; } }; // SixLabors.ImageSharp.PixelFormats.HalfSingle struct HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfSingle::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector2 struct HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfVector2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector4 struct HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.HalfVector4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_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.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_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; } }; // SixLabors.ImageSharp.PixelFormats.L16 struct L16_t82A3FD4325827CB571596BA0DA68B251F985D94F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.L16::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.La32 struct La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 { public: union { #pragma pack(push, tp, 1) struct { // System.UInt16 SixLabors.ImageSharp.PixelFormats.La32::L uint16_t ___L_0; }; #pragma pack(pop, tp) struct { uint16_t ___L_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___A_1_OffsetPadding[2]; // System.UInt16 SixLabors.ImageSharp.PixelFormats.La32::A uint16_t ___A_1; }; #pragma pack(pop, tp) struct { char ___A_1_OffsetPadding_forAlignmentOnly[2]; uint16_t ___A_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_L_0() { return static_cast(offsetof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5, ___L_0)); } inline uint16_t get_L_0() const { return ___L_0; } inline uint16_t* get_address_of_L_0() { return &___L_0; } inline void set_L_0(uint16_t value) { ___L_0 = value; } inline static int32_t get_offset_of_A_1() { return static_cast(offsetof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5, ___A_1)); } inline uint16_t get_A_1() const { return ___A_1; } inline uint16_t* get_address_of_A_1() { return &___A_1; } inline void set_A_1(uint16_t value) { ___A_1 = value; } }; // System.Numerics.Matrix3x2 struct Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F { public: // System.Single System.Numerics.Matrix3x2::M11 float ___M11_0; // System.Single System.Numerics.Matrix3x2::M12 float ___M12_1; // System.Single System.Numerics.Matrix3x2::M21 float ___M21_2; // System.Single System.Numerics.Matrix3x2::M22 float ___M22_3; // System.Single System.Numerics.Matrix3x2::M31 float ___M31_4; // System.Single System.Numerics.Matrix3x2::M32 float ___M32_5; public: inline static int32_t get_offset_of_M11_0() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M11_0)); } inline float get_M11_0() const { return ___M11_0; } inline float* get_address_of_M11_0() { return &___M11_0; } inline void set_M11_0(float value) { ___M11_0 = value; } inline static int32_t get_offset_of_M12_1() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M12_1)); } inline float get_M12_1() const { return ___M12_1; } inline float* get_address_of_M12_1() { return &___M12_1; } inline void set_M12_1(float value) { ___M12_1 = value; } inline static int32_t get_offset_of_M21_2() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M21_2)); } inline float get_M21_2() const { return ___M21_2; } inline float* get_address_of_M21_2() { return &___M21_2; } inline void set_M21_2(float value) { ___M21_2 = value; } inline static int32_t get_offset_of_M22_3() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M22_3)); } inline float get_M22_3() const { return ___M22_3; } inline float* get_address_of_M22_3() { return &___M22_3; } inline void set_M22_3(float value) { ___M22_3 = value; } inline static int32_t get_offset_of_M31_4() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M31_4)); } inline float get_M31_4() const { return ___M31_4; } inline float* get_address_of_M31_4() { return &___M31_4; } inline void set_M31_4(float value) { ___M31_4 = value; } inline static int32_t get_offset_of_M32_5() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M32_5)); } inline float get_M32_5() const { return ___M32_5; } inline float* get_address_of_M32_5() { return &___M32_5; } inline void set_M32_5(float value) { ___M32_5 = value; } }; struct Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F_StaticFields { public: // System.Numerics.Matrix3x2 System.Numerics.Matrix3x2::_identity Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ____identity_6; public: inline static int32_t get_offset_of__identity_6() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F_StaticFields, ____identity_6)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get__identity_6() const { return ____identity_6; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of__identity_6() { return &____identity_6; } inline void set__identity_6(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ____identity_6 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA, ____byRef_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com { int32_t* ____byRef_0; }; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.String System.ComponentModel.PropertyChangedEventArgs::propertyName String_t* ___propertyName_1; public: inline static int32_t get_offset_of_propertyName_1() { return static_cast(offsetof(PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22, ___propertyName_1)); } inline String_t* get_propertyName_1() const { return ___propertyName_1; } inline String_t** get_address_of_propertyName_1() { return &___propertyName_1; } inline void set_propertyName_1(String_t* value) { ___propertyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyName_1), (void*)value); } }; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::converter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___converter_12; // System.Collections.Hashtable System.ComponentModel.PropertyDescriptor::valueChangedHandlers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___valueChangedHandlers_13; // System.Object[] System.ComponentModel.PropertyDescriptor::editors ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___editors_14; // System.Type[] System.ComponentModel.PropertyDescriptor::editorTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___editorTypes_15; // System.Int32 System.ComponentModel.PropertyDescriptor::editorCount int32_t ___editorCount_16; public: inline static int32_t get_offset_of_converter_12() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___converter_12)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get_converter_12() const { return ___converter_12; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of_converter_12() { return &___converter_12; } inline void set_converter_12(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ___converter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_12), (void*)value); } inline static int32_t get_offset_of_valueChangedHandlers_13() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___valueChangedHandlers_13)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_valueChangedHandlers_13() const { return ___valueChangedHandlers_13; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_valueChangedHandlers_13() { return &___valueChangedHandlers_13; } inline void set_valueChangedHandlers_13(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___valueChangedHandlers_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueChangedHandlers_13), (void*)value); } inline static int32_t get_offset_of_editors_14() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editors_14)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_editors_14() const { return ___editors_14; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_editors_14() { return &___editors_14; } inline void set_editors_14(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___editors_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___editors_14), (void*)value); } inline static int32_t get_offset_of_editorTypes_15() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_editorTypes_15() const { return ___editorTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_editorTypes_15() { return &___editorTypes_15; } inline void set_editorTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___editorTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___editorTypes_15), (void*)value); } inline static int32_t get_offset_of_editorCount_16() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorCount_16)); } inline int32_t get_editorCount_16() const { return ___editorCount_16; } inline int32_t* get_address_of_editorCount_16() { return &___editorCount_16; } inline void set_editorCount_16(int32_t value) { ___editorCount_16 = 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.PixelFormats.Rgb48 struct Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::R uint16_t ___R_0; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::G uint16_t ___G_1; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::B uint16_t ___B_2; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___R_0)); } inline uint16_t get_R_0() const { return ___R_0; } inline uint16_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint16_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___G_1)); } inline uint16_t get_G_1() const { return ___G_1; } inline uint16_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint16_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___B_2)); } inline uint16_t get_B_2() const { return ___B_2; } inline uint16_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint16_t value) { ___B_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba64 struct Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::R uint16_t ___R_0; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::G uint16_t ___G_1; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::B uint16_t ___B_2; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::A uint16_t ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___R_0)); } inline uint16_t get_R_0() const { return ___R_0; } inline uint16_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint16_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___G_1)); } inline uint16_t get_G_1() const { return ___G_1; } inline uint16_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint16_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___B_2)); } inline uint16_t get_B_2() const { return ___B_2; } inline uint16_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint16_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___A_3)); } inline uint16_t get_A_3() const { return ___A_3; } inline uint16_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint16_t value) { ___A_3 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_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.UIElements.TextureId struct TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 { public: // System.Int32 UnityEngine.UIElements.TextureId::m_Index int32_t ___m_Index_0; public: inline static int32_t get_offset_of_m_Index_0() { return static_cast(offsetof(TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5, ___m_Index_0)); } inline int32_t get_m_Index_0() const { return ___m_Index_0; } inline int32_t* get_address_of_m_Index_0() { return &___m_Index_0; } inline void set_m_Index_0(int32_t value) { ___m_Index_0 = value; } }; struct TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5_StaticFields { public: // UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureId::invalid TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___invalid_1; public: inline static int32_t get_offset_of_invalid_1() { return static_cast(offsetof(TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5_StaticFields, ___invalid_1)); } inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 get_invalid_1() const { return ___invalid_1; } inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 * get_address_of_invalid_1() { return &___invalid_1; } inline void set_invalid_1(TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 value) { ___invalid_1 = value; } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Numerics.Vector2 struct Vector2_t1455881409307224D6099F54FA7E478733EEF61D { public: // System.Single System.Numerics.Vector2::X float ___X_0; // System.Single System.Numerics.Vector2::Y float ___Y_1; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector2_t1455881409307224D6099F54FA7E478733EEF61D, ___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_t1455881409307224D6099F54FA7E478733EEF61D, ___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; } }; // System.Numerics.Vector3 struct Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 { public: // System.Single System.Numerics.Vector3::X float ___X_0; // System.Single System.Numerics.Vector3::Y float ___Y_1; // System.Single System.Numerics.Vector3::Z float ___Z_2; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___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(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___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(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___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; } }; // 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.Formats.Jpeg.Components.Block8x8/e__FixedBuffer struct U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B { public: union { struct { // System.Int16 SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8/e__FixedBuffer::FixedElementField int16_t ___FixedElementField_0; }; uint8_t U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B__padding[128]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B, ___FixedElementField_0)); } inline int16_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline int16_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(int16_t value) { ___FixedElementField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif struct Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC { public: union { #pragma pack(push, tp, 1) struct { // System.Single SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::F float ___F_0; }; #pragma pack(pop, tp) struct { float ___F_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::I int32_t ___I_1; }; #pragma pack(pop, tp) struct { int32_t ___I_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::U uint32_t ___U_2; }; #pragma pack(pop, tp) struct { uint32_t ___U_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_F_0() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___F_0)); } inline float get_F_0() const { return ___F_0; } inline float* get_address_of_F_0() { return &___F_0; } inline void set_F_0(float value) { ___F_0 = value; } inline static int32_t get_offset_of_I_1() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___I_1)); } inline int32_t get_I_1() const { return ___I_1; } inline int32_t* get_address_of_I_1() { return &___I_1; } inline void set_I_1(int32_t value) { ___I_1 = value; } inline static int32_t get_offset_of_U_2() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___U_2)); } inline uint32_t get_U_2() const { return ___U_2; } inline uint32_t* get_address_of_U_2() { return &___U_2; } inline void set_U_2(uint32_t value) { ___U_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * 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(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___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(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___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.ImageProcessor`1 struct ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___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(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___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(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___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.ImageProcessor`1 struct ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___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(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___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(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___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.ImageProcessor`1 struct ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___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(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___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(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___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.ImageProcessor`1 struct ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___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(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___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(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___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.ImageProcessor`1 struct ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___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(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___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(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___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.ImageProcessor`1 struct ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___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(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___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(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___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.ImageProcessor`1 struct ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___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(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___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(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___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.ImageProcessor`1 struct ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___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(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___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(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___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.ImageProcessor`1 struct ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___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(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___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(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___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.ImageProcessor`1 struct ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___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(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___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(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___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.ImageProcessor`1 struct ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___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(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___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(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___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.ImageProcessor`1 struct ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___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(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___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(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___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.ImageProcessor`1 struct ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___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(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___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(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___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.ImageProcessor`1 struct ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC, ___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(ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC, ___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(ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC, ___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.ImageProcessor`1 struct ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909, ___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(ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909, ___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(ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909, ___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.ImageProcessor`1 struct ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C, ___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(ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C, ___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(ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C, ___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.ImageProcessor`1 struct ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___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(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___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(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___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.ImageProcessor`1 struct ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___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(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___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(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___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.ImageProcessor`1 struct ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___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(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___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(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___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.ImageProcessor`1 struct ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___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(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___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(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___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.ImageProcessor`1 struct ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___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(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___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(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___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.ImageProcessor`1 struct ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___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(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___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(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___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.ImageProcessor`1 struct ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___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(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___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(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___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.ImageProcessor`1 struct ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___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(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___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(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___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.ImageProcessor`1 struct ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___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(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___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(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___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.ImageProcessor`1 struct ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___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(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___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(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___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.ImageProcessor`1 struct ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___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(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___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(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___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.ImageProcessor`1 struct ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___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(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___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(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___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.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4 : public MemoryManager_1_t59630EA185405F81AC93053AF14220C64D187B97 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78 : public MemoryManager_1_t2D1E4F352D31C731C096C66684520511639FF7BF { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612 : public MemoryManager_1_tA361E7EA629BE867568897C62BDEA2EC98E25FEA { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4 : public MemoryManager_1_tBB02508233F2A46C03DCC592902368D23DD32622 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB : public MemoryManager_1_t846B454CBB9A1C54BE20796FD8AEEB9EF787DB77 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14 : public MemoryManager_1_t355427A1F1185057553ABA1E1061D573A1863115 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7 : public MemoryManager_1_t384030E4B9B3983CD36BA853D700A4DFA77D8ABD { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE : public MemoryManager_1_tBF914EBFCAD93F3F0FF8CCE3EBBFDC1E06E264C2 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4 : public MemoryManager_1_tD0278EC47D0E055764C27373126D8238587D86FA { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514 : public MemoryManager_1_tAD07079064DDB98DADBC9C65FC8DC8EA0CA4C9A1 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040 : public MemoryManager_1_tE447495542D931AB6708F6A98CE29D19F9AC6260 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B : public MemoryManager_1_t0EE83BC664F843F2134ED7134324F832A711A3CC { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC : public MemoryManager_1_t34FD3300A5B352FD9E373394E0EAE2B41F6254C2 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F : public MemoryManager_1_t8603B85DFEA398266E02EA6FED927DC529E53644 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E : public MemoryManager_1_t5B32574F6FC2E565D5DDC518011AA361B0B2A12F { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76 : public MemoryManager_1_tAC4B9FDF12146977BE051FB20AE11C0EAA65E009 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457 : public MemoryManager_1_t5F05D1682C110EF2AC596AC5D7969612BABA447A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134 : public MemoryManager_1_t54E80E22376CFD7188BDBA61D767376A8A8E32AD { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1 : public MemoryManager_1_t8F6C74487D9ECBEE4127099E2E218C6040605F2F { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E : public MemoryManager_1_tAC4C101D9B3BC3BF42A499D3693E2C2861D3CE0A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB : public MemoryManager_1_t5CF85F32330DC313681C329AFFF9CC0062265598 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA : public MemoryManager_1_tF0AE725BB6E761DD8F62BBA0F5FB0C7F87759835 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E : public MemoryManager_1_t020BDB3D58613440457F3D2F3FB07F28A891BBB6 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD : public MemoryManager_1_t38552C16A308A9C949177BAE4F811590A195DD8E { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2 : public MemoryManager_1_t6F6F6664A76470937D18251263A85BEBD04A9905 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8 : public MemoryManager_1_tA8D2C55D3757B15E817D5C754F63F4426180548A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153 : public MemoryManager_1_t85F135618223CF1DFF813E3A11403DCA1F2CF748 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326 : public MemoryManager_1_t37D802A2BED736677335583FD642DC3EC39CEDA2 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1> struct ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED : public MemoryManager_1_t0189E7D90C45F3073D1C9F3E988EC0FB4312AE7E { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39 : public MemoryManager_1_t79AEDF8A5C3AA664300B46C85F5F5B0ECDC59081 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C : public MemoryManager_1_t63D6C7BF5D0259BA3DE388D8981817A14E15781A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191 : public MemoryManager_1_t0E3B32F76A131FC4EBB8E8D1F9DAC965565985BC { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119 : public MemoryManager_1_t4374D1A4BD5B111DFFC6F4E3FFC8092E91EF99BE { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67 : public MemoryManager_1_t80359488D85B6438A50067E2EB6568AD3BBB90E9 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4 : public MemoryManager_1_t6B0D92C704FDAA14063635C0133EE79CEA41CE2C { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6 : public MemoryManager_1_tA583EBF59EB58CF3588BB74B2681FB5DA638B632 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58 : public MemoryManager_1_t33F7795D019DDEA92B4EEED161B9DBCE89586799 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC : public MemoryManager_1_t3D1FCAF156C050C8390C62093D713F85F9B5E9D3 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160 : public MemoryManager_1_t316D46B10C47F84ECEA95E03D7FC88A2D599699C { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B : public MemoryManager_1_t63197D4504965D8055855E2D7B79DC4919979843 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714 : public MemoryManager_1_t9BF4440B8FEFAC91D8036772888FD0A38BB7FFEA { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A : public MemoryManager_1_t916BFEF69CB9110C9A4387AEA89B22814BE96EB8 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E : public MemoryManager_1_t300C1CAD53D6F9A6AFA176A78C4675615AF958D0 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0 : public MemoryManager_1_t0D4E8B6EB06EF4286313FE671C7AF0B10B873DF3 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379 : public MemoryManager_1_t273B17C8778ADED06B8216FC2CD0CBE025BF23BB { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE : public MemoryManager_1_t5AAC8F54A6D54D11F76C3061BE55029B8BAAF3A1 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0 : public MemoryManager_1_tEA6B805643C63D8F50A4C672BC7AE3548BE96C3A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42 : public MemoryManager_1_t793409EF4059E52FAC142724A282DC896D525169 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A : public MemoryManager_1_tBDC7175A480D069A3ACA71CE3A907EF2FC57538C { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272 : public MemoryManager_1_t52969D21181C6E83D9EF0C5DCC42A842A82F4457 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71 : public MemoryManager_1_t98CBE01C337EDFA95FE95BA807A94AF30824894B { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336 : public MemoryManager_1_tDFD3B7E8792CD528C21A62FB6502B3E879A8ADBF { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4 : public MemoryManager_1_t894B14861A2097D65D45CD2D75D5B91C45C03537 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED : public MemoryManager_1_tE031F45313A45E0B96A12E69C0A196753CAB1B8B { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA : public MemoryManager_1_tE8F27987A00962545C523365DD4A940374B39212 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F : public MemoryManager_1_t668083318570CAC4CCFD248C6C3C2AEF19F6EF7D { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC : public MemoryManager_1_t4FCD42440F483CAD47E07448A3183F07CAB1816B { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809 : public MemoryManager_1_tE51F59BF917D2F63ABB566A757A76F30C9F1C69A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601 : public MemoryManager_1_tE49FE1CF743677F630C534805F528DFC283A37CC { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9 : public MemoryManager_1_t515458B958BF22794195F3FCBAE1AA95966FB714 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635 : public MemoryManager_1_tA44FB76512061B64EB6CE4AFEF54B91D61E2D03B { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55 : public MemoryManager_1_tA8557ABE6CF2AD44BB0730CE2B9A6E6F1B27D120 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3 : public MemoryManager_1_tBF51737E98AFC71588EBB05B0AD6BEEEC630702A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3 : public MemoryManager_1_t9FED9E89C82C06CAC788BE9239E16640E767AE44 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41 : public MemoryManager_1_t552D4BE43DD4642A8A291EA3D551FCEECB2213CD { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2 : public MemoryManager_1_tCB4D3D6D80D414C8ABA17E4F6E32ABF98B343B90 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E : public MemoryManager_1_tEC1238441776B628014509035989771661756E25 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A : public MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41 : public MemoryManager_1_tD7C96B63C74406871705468E6940325249A91AEE { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F : public MemoryManager_1_t11756AB814C50AA77358122CB53BDD3AC88E407A { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F : public MemoryManager_1_tE13FF691F3D569F1F49F2EAD5D150A9AB0328773 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1 struct ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588 : public MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 { public: // System.Runtime.InteropServices.GCHandle SixLabors.ImageSharp.Memory.Internals.ManagedBufferBase`1::pinHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___pinHandle_0; public: inline static int32_t get_offset_of_pinHandle_0() { return static_cast(offsetof(ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588, ___pinHandle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_pinHandle_0() const { return ___pinHandle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_pinHandle_0() { return &___pinHandle_0; } inline void set_pinHandle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___pinHandle_0 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t18824AA36908023A0DA63043CB3EE0EDC56B38F0 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t18824AA36908023A0DA63043CB3EE0EDC56B38F0_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___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_t18824AA36908023A0DA63043CB3EE0EDC56B38F0_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_t18824AA36908023A0DA63043CB3EE0EDC56B38F0_StaticFields, ___EmptyArray_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_EmptyArray_1() const { return ___EmptyArray_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* 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_t18824AA36908023A0DA63043CB3EE0EDC56B38F0_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.Pinnable`1 struct Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED : public RuntimeObject { public: // T System.Pinnable`1::Data A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED, ___Data_0)); } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 get_Data_0() const { return ___Data_0; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF : public RuntimeObject { public: // T System.Pinnable`1::Data Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF, ___Data_0)); } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 get_Data_0() const { return ___Data_0; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 : public RuntimeObject { public: // T System.Pinnable`1::Data Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637, ___Data_0)); } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C get_Data_0() const { return ___Data_0; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03, ___Data_0)); } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 get_Data_0() const { return ___Data_0; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A, ___Data_0)); } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 get_Data_0() const { return ___Data_0; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF : public RuntimeObject { public: // T System.Pinnable`1::Data Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF, ___Data_0)); } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 get_Data_0() const { return ___Data_0; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 : public RuntimeObject { public: // T System.Pinnable`1::Data HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5, ___Data_0)); } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E get_Data_0() const { return ___Data_0; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D : public RuntimeObject { public: // T System.Pinnable`1::Data HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D, ___Data_0)); } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC get_Data_0() const { return ___Data_0; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B : public RuntimeObject { public: // T System.Pinnable`1::Data HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B, ___Data_0)); } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 get_Data_0() const { return ___Data_0; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 : public RuntimeObject { public: // T System.Pinnable`1::Data L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773, ___Data_0)); } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F get_Data_0() const { return ___Data_0; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 : public RuntimeObject { public: // T System.Pinnable`1::Data La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0, ___Data_0)); } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 get_Data_0() const { return ___Data_0; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 value) { ___Data_0 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ____pinnable_0; // System.IntPtr System.ReadOnlySpan`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____pinnable_0)); } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____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(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____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.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425, ___blender_2)); } inline PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425, ___source_5)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_5() const { return ___source_5; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C, ___blender_2)); } inline PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C, ___source_5)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_5() const { return ___source_5; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA, ___blender_2)); } inline PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA, ___source_5)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_5() const { return ___source_5; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848, ___blender_2)); } inline PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848, ___source_5)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_5() const { return ___source_5; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46, ___blender_2)); } inline PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46, ___source_5)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94, ___blender_2)); } inline PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94, ___source_5)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_source_5() const { return ___source_5; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F, ___blender_2)); } inline PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F, ___source_5)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_5() const { return ___source_5; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44, ___blender_2)); } inline PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44, ___source_5)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_5() const { return ___source_5; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11, ___blender_2)); } inline PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11, ___source_5)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_5() const { return ___source_5; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0, ___blender_2)); } inline PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0, ___source_5)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_5() const { return ___source_5; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604, ___blender_2)); } inline PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604, ___source_5)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E, ___blender_2)); } inline PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E, ___source_5)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_5() const { return ___source_5; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF, ___blender_2)); } inline PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF, ___source_5)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_5() const { return ___source_5; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407, ___blender_2)); } inline PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407, ___source_5)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tB804EE6F124972E47ABDF794C765983753E77759, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tB804EE6F124972E47ABDF794C765983753E77759, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tB804EE6F124972E47ABDF794C765983753E77759, ___blender_2)); } inline PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tB804EE6F124972E47ABDF794C765983753E77759, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tB804EE6F124972E47ABDF794C765983753E77759, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tB804EE6F124972E47ABDF794C765983753E77759, ___source_5)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F, ___blender_2)); } inline PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F, ___source_5)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249, ___blender_2)); } inline PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249, ___source_5)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_5() const { return ___source_5; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F, ___blender_2)); } inline PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F, ___source_5)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_5() const { return ___source_5; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53, ___blender_2)); } inline PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53, ___source_5)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98, ___blender_2)); } inline PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98, ___source_5)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_5() const { return ___source_5; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8, ___blender_2)); } inline PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8, ___source_5)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33, ___blender_2)); } inline PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33, ___source_5)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8, ___blender_2)); } inline PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8, ___source_5)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_5() const { return ___source_5; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32, ___blender_2)); } inline PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32, ___source_5)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20, ___blender_2)); } inline PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20, ___source_5)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A, ___blender_2)); } inline PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A, ___source_5)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E, ___blender_2)); } inline PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E, ___source_5)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_5() const { return ___source_5; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A, ___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_bounds_1() { return static_cast(offsetof(RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A, ___blender_2)); } inline PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A, ___source_5)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_5() const { return ___source_5; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation struct RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_1; // SixLabors.ImageSharp.PixelFormats.PixelBlender`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::blender PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * ___blender_2; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::amount RuntimeObject* ___amount_3; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::colors RuntimeObject* ___colors_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_5; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524, ___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_bounds_1() { return static_cast(offsetof(RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524, ___bounds_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_1() const { return ___bounds_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_1() { return &___bounds_1; } inline void set_bounds_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_1 = value; } inline static int32_t get_offset_of_blender_2() { return static_cast(offsetof(RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524, ___blender_2)); } inline PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * get_blender_2() const { return ___blender_2; } inline PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 ** get_address_of_blender_2() { return &___blender_2; } inline void set_blender_2(PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * value) { ___blender_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___blender_2), (void*)value); } inline static int32_t get_offset_of_amount_3() { return static_cast(offsetof(RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524, ___amount_3)); } inline RuntimeObject* get_amount_3() const { return ___amount_3; } inline RuntimeObject** get_address_of_amount_3() { return &___amount_3; } inline void set_amount_3(RuntimeObject* value) { ___amount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___amount_3), (void*)value); } inline static int32_t get_offset_of_colors_4() { return static_cast(offsetof(RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524, ___colors_4)); } inline RuntimeObject* get_colors_4() const { return ___colors_4; } inline RuntimeObject** get_address_of_colors_4() { return &___colors_4; } inline void set_colors_4(RuntimeObject* value) { ___colors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524, ___source_5)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_5() const { return ___source_5; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } }; // System.Span`1> struct Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * ____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_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0, ____pinnable_0)); } inline Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t01DED3A76F28893362C77BFBFC701309875432DA * 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_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0, ____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_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0, ____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; } }; // System.Span`1> struct Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * ____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_t22573988C14B8C813BDF27859F3C1CA8B7259888, ____pinnable_0)); } inline Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t995246336920565198FB5642AAE104F3134A3468 * 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_t22573988C14B8C813BDF27859F3C1CA8B7259888, ____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_t22573988C14B8C813BDF27859F3C1CA8B7259888, ____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; } }; // System.Span`1> struct Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * ____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_tC964D65676E654348BDC8FC0A7458EED2C70F3AB, ____pinnable_0)); } inline Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE17DABBE5B3601B3C301CF6FEA20E2129181550A * 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_tC964D65676E654348BDC8FC0A7458EED2C70F3AB, ____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_tC964D65676E654348BDC8FC0A7458EED2C70F3AB, ____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; } }; // System.Span`1> struct Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * ____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_t4109ECFC193D2813084222C5EFD906E8BDAC6A85, ____pinnable_0)); } inline Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tD5620FB76C310521DD16B73815091ADCED20489B * 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_t4109ECFC193D2813084222C5EFD906E8BDAC6A85, ____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_t4109ECFC193D2813084222C5EFD906E8BDAC6A85, ____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; } }; // System.Span`1> struct Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * ____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_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97, ____pinnable_0)); } inline Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t84486EDACC860E15B28A47CC9AC87DDBB1965146 * 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_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97, ____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_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97, ____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; } }; // System.Span`1> struct Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * ____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_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB, ____pinnable_0)); } inline Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0E9B7B4514066561A82AD11F31180421B431D5DE * 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_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB, ____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_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB, ____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; } }; // System.Span`1> struct Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * ____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_t38FE3AC22C57F2E76944D981C164B8675787AE5B, ____pinnable_0)); } inline Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3330F65A1DAE7F4396366D59D8BA07420374B5B3 * 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_t38FE3AC22C57F2E76944D981C164B8675787AE5B, ____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_t38FE3AC22C57F2E76944D981C164B8675787AE5B, ____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; } }; // System.Span`1> struct Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * ____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_tB72B4CE79E660743755D42A1A37347A7A099CEE1, ____pinnable_0)); } inline Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tFD38BAC0AF8524E2B9712E051EC6874A2AD95103 * 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_tB72B4CE79E660743755D42A1A37347A7A099CEE1, ____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_tB72B4CE79E660743755D42A1A37347A7A099CEE1, ____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; } }; // System.Span`1> struct Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * ____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_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50, ____pinnable_0)); } inline Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2DD4F42418596B7B0E911AB382207B348AA913CF * 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_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50, ____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_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50, ____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; } }; // System.Span`1> struct Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * ____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_tA652A49950D9175ED577CD15D71A44E318F66290, ____pinnable_0)); } inline Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t507431A31CDADF70ED0ACBFD030E33E976F059D9 * 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_tA652A49950D9175ED577CD15D71A44E318F66290, ____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_tA652A49950D9175ED577CD15D71A44E318F66290, ____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; } }; // System.Span`1> struct Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * ____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_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8, ____pinnable_0)); } inline Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t91B73BD68FDB51254ACAFC663132C40A77487C2F * 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_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8, ____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_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8, ____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; } }; // System.Span`1> struct Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * ____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_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04, ____pinnable_0)); } inline Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t76758360C06982977C68715853C878A47E8602EA ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t76758360C06982977C68715853C878A47E8602EA * 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_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04, ____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_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04, ____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; } }; // System.Span`1> struct Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * ____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_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E, ____pinnable_0)); } inline Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB4A80A83E0AC31733609898D1FD7448E8B743770 * 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_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E, ____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_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E, ____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; } }; // System.Span`1> struct Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * ____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_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2, ____pinnable_0)); } inline Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tAF5691FF8831728F71FA4EFAA756338E74C678DB * 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_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2, ____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_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2, ____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; } }; // System.Span`1> struct Span_1_t85E11E4140E6356C6293590FB7832A9551354776 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * ____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_t85E11E4140E6356C6293590FB7832A9551354776, ____pinnable_0)); } inline Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t1C9764786975012730013F89651CCAB394FC4975 * 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_t85E11E4140E6356C6293590FB7832A9551354776, ____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_t85E11E4140E6356C6293590FB7832A9551354776, ____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; } }; // System.Span`1> struct Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * ____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_t441D85DEB254FBB59FB570CD44066299787692C6, ____pinnable_0)); } inline Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tAEB0E265C87C7114C2D6C65B0F208AA12110BE7C * 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_t441D85DEB254FBB59FB570CD44066299787692C6, ____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_t441D85DEB254FBB59FB570CD44066299787692C6, ____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; } }; // System.Span`1> struct Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * ____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_tDB69DF2039C79544A39FB9797E3C44F305445920, ____pinnable_0)); } inline Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t89CD419B76B574E123D64CD4DAEB5DB0FF025A85 * 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_tDB69DF2039C79544A39FB9797E3C44F305445920, ____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_tDB69DF2039C79544A39FB9797E3C44F305445920, ____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; } }; // System.Span`1> struct Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * ____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_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4, ____pinnable_0)); } inline Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t30E7FF4A097229DF63BE7B63D3F7AC6B5916AA45 * 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_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4, ____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_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4, ____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; } }; // System.Span`1> struct Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * ____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_t36149D187764D06DD8442E1826F2109CB2E19815, ____pinnable_0)); } inline Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9F6F189CAD4F60887D138610553C7AC5D8D700D2 * 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_t36149D187764D06DD8442E1826F2109CB2E19815, ____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_t36149D187764D06DD8442E1826F2109CB2E19815, ____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; } }; // System.Span`1> struct Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * ____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_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A, ____pinnable_0)); } inline Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t5BC4DFEBDBDCF838A2902C1168CA3BEF9C371868 * 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_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A, ____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_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A, ____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; } }; // System.Span`1> struct Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * ____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_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F, ____pinnable_0)); } inline Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tBD1724B58532E95637156A022C0FA6928E6E3E56 * 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_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F, ____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_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F, ____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; } }; // System.Span`1> struct Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * ____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_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174, ____pinnable_0)); } inline Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t1B6D81047BA196EAE9CE9F5E77AC2588965600C9 * 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_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174, ____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_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174, ____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; } }; // System.Span`1> struct Span_1_tADA37510601FA34CF0623B41095419E4009CB470 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * ____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_tADA37510601FA34CF0623B41095419E4009CB470, ____pinnable_0)); } inline Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0E65A95E5CA0E7AE7824AAAAEEFC42BFCEC8827B * 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_tADA37510601FA34CF0623B41095419E4009CB470, ____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_tADA37510601FA34CF0623B41095419E4009CB470, ____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; } }; // System.Span`1> struct Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * ____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_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF, ____pinnable_0)); } inline Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t42DF4B02711B83597A139611C463EBC62ED3113A * 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_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF, ____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_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF, ____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; } }; // System.Span`1> struct Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * ____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_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D, ____pinnable_0)); } inline Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tED0FD7E52121982DC58FE3A7CEFF8230D7A51D23 * 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_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D, ____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_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D, ____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; } }; // System.Span`1> struct Span_1_t9CA0BFE0C9A5862810947D95A9DCE4AF6326CDF0 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0AA4E67BBB8E7F637CD6FDE0B68DA7D39291FD15 * ____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_t9CA0BFE0C9A5862810947D95A9DCE4AF6326CDF0, ____pinnable_0)); } inline Pinnable_1_t0AA4E67BBB8E7F637CD6FDE0B68DA7D39291FD15 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0AA4E67BBB8E7F637CD6FDE0B68DA7D39291FD15 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0AA4E67BBB8E7F637CD6FDE0B68DA7D39291FD15 * 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_t9CA0BFE0C9A5862810947D95A9DCE4AF6326CDF0, ____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_t9CA0BFE0C9A5862810947D95A9DCE4AF6326CDF0, ____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; } }; // System.Span`1> struct Span_1_t66C7DD77B956494423A7BE06E5ED8C81A39408CD { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t4F861D93BFD7A929862E5CC32F8B8145B930CE9F * ____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_t66C7DD77B956494423A7BE06E5ED8C81A39408CD, ____pinnable_0)); } inline Pinnable_1_t4F861D93BFD7A929862E5CC32F8B8145B930CE9F * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t4F861D93BFD7A929862E5CC32F8B8145B930CE9F ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t4F861D93BFD7A929862E5CC32F8B8145B930CE9F * 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_t66C7DD77B956494423A7BE06E5ED8C81A39408CD, ____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_t66C7DD77B956494423A7BE06E5ED8C81A39408CD, ____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; } }; // System.Span`1> struct Span_1_tC90BFD6B1F4194224C51BDE800BAAE69D6E4D62E { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tC33FAE586FF07509B38B7DA97CF676E5324D5D6A * ____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_tC90BFD6B1F4194224C51BDE800BAAE69D6E4D62E, ____pinnable_0)); } inline Pinnable_1_tC33FAE586FF07509B38B7DA97CF676E5324D5D6A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tC33FAE586FF07509B38B7DA97CF676E5324D5D6A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tC33FAE586FF07509B38B7DA97CF676E5324D5D6A * 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_tC90BFD6B1F4194224C51BDE800BAAE69D6E4D62E, ____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_tC90BFD6B1F4194224C51BDE800BAAE69D6E4D62E, ____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; } }; // System.Span`1> struct Span_1_t2A1FB9F62116FCA5BB1B45B2FFA19818C17B743F { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t12F86D27BA482F8319721987D51221EB1C6BD3BD * ____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_t2A1FB9F62116FCA5BB1B45B2FFA19818C17B743F, ____pinnable_0)); } inline Pinnable_1_t12F86D27BA482F8319721987D51221EB1C6BD3BD * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t12F86D27BA482F8319721987D51221EB1C6BD3BD ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t12F86D27BA482F8319721987D51221EB1C6BD3BD * 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_t2A1FB9F62116FCA5BB1B45B2FFA19818C17B743F, ____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_t2A1FB9F62116FCA5BB1B45B2FFA19818C17B743F, ____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; } }; // System.Span`1 struct Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * ____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_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____pinnable_0)); } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * 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_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____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_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____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; } }; // System.Span`1 struct Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * ____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_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____pinnable_0)); } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * 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_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____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_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____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; } }; // System.Span`1 struct Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * ____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_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____pinnable_0)); } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * 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_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____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_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____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; } }; // System.Span`1 struct Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * ____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_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____pinnable_0)); } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * 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_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____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_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____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; } }; // System.Span`1 struct Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * ____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_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____pinnable_0)); } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * 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_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____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_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____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; } }; // System.Span`1 struct Span_1_tC089F74404A3C46975952EE686EC533667BB207F { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * ____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_tC089F74404A3C46975952EE686EC533667BB207F, ____pinnable_0)); } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * 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_tC089F74404A3C46975952EE686EC533667BB207F, ____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_tC089F74404A3C46975952EE686EC533667BB207F, ____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; } }; // System.Span`1 struct Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * ____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_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____pinnable_0)); } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * 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_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____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_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____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; } }; // System.Span`1 struct Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * ____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_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____pinnable_0)); } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * 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_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____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_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____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; } }; // System.Span`1 struct Span_1_t990AD2ADC023BB27EBE7D081E49FD572D25ED03B { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3A8EE2F3825EC4CD95AD825F07D3DC69BDA00D98 * ____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_t990AD2ADC023BB27EBE7D081E49FD572D25ED03B, ____pinnable_0)); } inline Pinnable_1_t3A8EE2F3825EC4CD95AD825F07D3DC69BDA00D98 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3A8EE2F3825EC4CD95AD825F07D3DC69BDA00D98 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3A8EE2F3825EC4CD95AD825F07D3DC69BDA00D98 * 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_t990AD2ADC023BB27EBE7D081E49FD572D25ED03B, ____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_t990AD2ADC023BB27EBE7D081E49FD572D25ED03B, ____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; } }; // System.Span`1 struct Span_1_t7669ADB4CEB1C93EDCF074383B900A5CADAB0881 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t2969AF2C77E47D43A3D45E1675ED3BC93A3A84FC * ____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_t7669ADB4CEB1C93EDCF074383B900A5CADAB0881, ____pinnable_0)); } inline Pinnable_1_t2969AF2C77E47D43A3D45E1675ED3BC93A3A84FC * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2969AF2C77E47D43A3D45E1675ED3BC93A3A84FC ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2969AF2C77E47D43A3D45E1675ED3BC93A3A84FC * 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_t7669ADB4CEB1C93EDCF074383B900A5CADAB0881, ____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_t7669ADB4CEB1C93EDCF074383B900A5CADAB0881, ____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; } }; // System.Span`1 struct Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ____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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____pinnable_0)); } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * 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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____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_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____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; } }; // System.Span`1 struct Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * ____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_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____pinnable_0)); } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * 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_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____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_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____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; } }; // System.Span`1 struct Span_1_tB19AA8984B0CE742E2CEC5763D96DFF9BB413F3B { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tE2DE73C81C160A9817AE43D6C3FDD7207F767F30 * ____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_tB19AA8984B0CE742E2CEC5763D96DFF9BB413F3B, ____pinnable_0)); } inline Pinnable_1_tE2DE73C81C160A9817AE43D6C3FDD7207F767F30 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE2DE73C81C160A9817AE43D6C3FDD7207F767F30 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE2DE73C81C160A9817AE43D6C3FDD7207F767F30 * 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_tB19AA8984B0CE742E2CEC5763D96DFF9BB413F3B, ____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_tB19AA8984B0CE742E2CEC5763D96DFF9BB413F3B, ____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; } }; // System.Span`1 struct Span_1_t8DCBE5DC9D85A0F8E09EE7256FD0AB546AAA4487 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t89DACD2FDA1B9C8509FF35CA33AF127D792974DC * ____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_t8DCBE5DC9D85A0F8E09EE7256FD0AB546AAA4487, ____pinnable_0)); } inline Pinnable_1_t89DACD2FDA1B9C8509FF35CA33AF127D792974DC * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t89DACD2FDA1B9C8509FF35CA33AF127D792974DC ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t89DACD2FDA1B9C8509FF35CA33AF127D792974DC * 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_t8DCBE5DC9D85A0F8E09EE7256FD0AB546AAA4487, ____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_t8DCBE5DC9D85A0F8E09EE7256FD0AB546AAA4487, ____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; } }; // System.Span`1 struct Span_1_t5662FF61B1F82453BA043E2425BE093DFE1BD23D { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB520ED23EEC8445025664385CC72062DB240E9C6 * ____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_t5662FF61B1F82453BA043E2425BE093DFE1BD23D, ____pinnable_0)); } inline Pinnable_1_tB520ED23EEC8445025664385CC72062DB240E9C6 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB520ED23EEC8445025664385CC72062DB240E9C6 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB520ED23EEC8445025664385CC72062DB240E9C6 * 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_t5662FF61B1F82453BA043E2425BE093DFE1BD23D, ____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_t5662FF61B1F82453BA043E2425BE093DFE1BD23D, ____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; } }; // System.Span`1 struct Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * ____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_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____pinnable_0)); } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * 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_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____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_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____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; } }; // System.Span`1 struct Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * ____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_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____pinnable_0)); } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * 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_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____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_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____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; } }; // System.Span`1 struct Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * ____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_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____pinnable_0)); } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * 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_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____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_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____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; } }; // 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; } }; // System.Span`1 struct Span_1_t5B9CA8F9159D1D514608F712D98F78424DC22526 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t2B5818FCEB043409BD3A4AB321D09A4F2DF97C2D * ____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_t5B9CA8F9159D1D514608F712D98F78424DC22526, ____pinnable_0)); } inline Pinnable_1_t2B5818FCEB043409BD3A4AB321D09A4F2DF97C2D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2B5818FCEB043409BD3A4AB321D09A4F2DF97C2D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2B5818FCEB043409BD3A4AB321D09A4F2DF97C2D * 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_t5B9CA8F9159D1D514608F712D98F78424DC22526, ____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_t5B9CA8F9159D1D514608F712D98F78424DC22526, ____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; } }; // System.Span`1 struct Span_1_tFEF7CDDFDF21DE1B08EA102565D04706E7E6210A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t6E8050005F0F2BCBB1CE04B5CFFB89046B9D3CE3 * ____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_tFEF7CDDFDF21DE1B08EA102565D04706E7E6210A, ____pinnable_0)); } inline Pinnable_1_t6E8050005F0F2BCBB1CE04B5CFFB89046B9D3CE3 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t6E8050005F0F2BCBB1CE04B5CFFB89046B9D3CE3 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t6E8050005F0F2BCBB1CE04B5CFFB89046B9D3CE3 * 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_tFEF7CDDFDF21DE1B08EA102565D04706E7E6210A, ____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_tFEF7CDDFDF21DE1B08EA102565D04706E7E6210A, ____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; } }; // System.Span`1 struct Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * ____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_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____pinnable_0)); } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * 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_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____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_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____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; } }; // System.Span`1 struct Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * ____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_t92B1C0331B7EF376CC05874EC210B30138F12929, ____pinnable_0)); } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * 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_t92B1C0331B7EF376CC05874EC210B30138F12929, ____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_t92B1C0331B7EF376CC05874EC210B30138F12929, ____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; } }; // System.Span`1 struct Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * ____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_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____pinnable_0)); } inline Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * 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_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____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_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____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; } }; // System.Span`1 struct Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * ____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_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____pinnable_0)); } inline Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * 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_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____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_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____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; } }; // System.Span`1 struct Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * ____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_tCC1479199489BFE6D630E6A191582348BD541C39, ____pinnable_0)); } inline Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * 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_tCC1479199489BFE6D630E6A191582348BD541C39, ____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_tCC1479199489BFE6D630E6A191582348BD541C39, ____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; } }; // System.Span`1 struct Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ____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_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____pinnable_0)); } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * 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_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____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_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____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; } }; // System.Span`1 struct Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ____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_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____pinnable_0)); } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * 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_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____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_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____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; } }; // System.Span`1 struct Span_1_t8F2820222127FA3555803F54498E9275CE67C798 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ____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_t8F2820222127FA3555803F54498E9275CE67C798, ____pinnable_0)); } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * 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_t8F2820222127FA3555803F54498E9275CE67C798, ____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_t8F2820222127FA3555803F54498E9275CE67C798, ____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; } }; // System.Span`1 struct Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ____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_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____pinnable_0)); } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * 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_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____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_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____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; } }; // System.Span`1 struct Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ____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_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____pinnable_0)); } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * 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_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____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_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____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; } }; // System.Span`1 struct Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ____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_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____pinnable_0)); } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * 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_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____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_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____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; } }; // System.Span`1 struct Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ____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_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____pinnable_0)); } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * 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_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____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_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____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; } }; // System.Span`1 struct Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ____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_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____pinnable_0)); } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * 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_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____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_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____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; } }; // System.Span`1 struct Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ____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_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____pinnable_0)); } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * 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_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____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_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____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; } }; // System.Span`1 struct Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ____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_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____pinnable_0)); } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * 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_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____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_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____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; } }; // System.Span`1 struct Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ____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_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____pinnable_0)); } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * 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_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____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_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____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; } }; // System.Span`1 struct Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ____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_tF293F31F638402240F2A10B64DC68682C13EDD09, ____pinnable_0)); } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * 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_tF293F31F638402240F2A10B64DC68682C13EDD09, ____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_tF293F31F638402240F2A10B64DC68682C13EDD09, ____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; } }; // System.Span`1 struct Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * ____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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9, ____pinnable_0)); } inline Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * 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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9, ____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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9, ____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; } }; // System.Span`1 struct Span_1_t47BDB4485FC69CC900DCE6606C12EE5F8967FCF0 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t01E25867A74BA9E2F5864D1AE67CEF3A298AC056 * ____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_t47BDB4485FC69CC900DCE6606C12EE5F8967FCF0, ____pinnable_0)); } inline Pinnable_1_t01E25867A74BA9E2F5864D1AE67CEF3A298AC056 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t01E25867A74BA9E2F5864D1AE67CEF3A298AC056 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t01E25867A74BA9E2F5864D1AE67CEF3A298AC056 * 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_t47BDB4485FC69CC900DCE6606C12EE5F8967FCF0, ____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_t47BDB4485FC69CC900DCE6606C12EE5F8967FCF0, ____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; } }; // System.Span`1 struct Span_1_tC7E6D76C721E1CE433A375881D80B6CADD7E8F83 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t4E40323FD6DE85A9C83E29C1A0CFB7EFDE2B1424 * ____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_tC7E6D76C721E1CE433A375881D80B6CADD7E8F83, ____pinnable_0)); } inline Pinnable_1_t4E40323FD6DE85A9C83E29C1A0CFB7EFDE2B1424 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t4E40323FD6DE85A9C83E29C1A0CFB7EFDE2B1424 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t4E40323FD6DE85A9C83E29C1A0CFB7EFDE2B1424 * 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_tC7E6D76C721E1CE433A375881D80B6CADD7E8F83, ____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_tC7E6D76C721E1CE433A375881D80B6CADD7E8F83, ____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; } }; // System.Span`1 struct Span_1_t1BA9ABD79EE53A4A851E74DAB9497939A0BC72ED { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3B742081A1376493154D1C8EDC37C5B6DBA931A6 * ____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_t1BA9ABD79EE53A4A851E74DAB9497939A0BC72ED, ____pinnable_0)); } inline Pinnable_1_t3B742081A1376493154D1C8EDC37C5B6DBA931A6 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3B742081A1376493154D1C8EDC37C5B6DBA931A6 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3B742081A1376493154D1C8EDC37C5B6DBA931A6 * 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_t1BA9ABD79EE53A4A851E74DAB9497939A0BC72ED, ____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_t1BA9ABD79EE53A4A851E74DAB9497939A0BC72ED, ____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; } }; // System.Span`1 struct Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * ____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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212, ____pinnable_0)); } inline Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * 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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212, ____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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212, ____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.PixelFormats.Abgr32 struct Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::A uint8_t ___A_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::B uint8_t ___B_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::G uint8_t ___G_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::R uint8_t ___R_3; public: inline static int32_t get_offset_of_A_0() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___A_0)); } inline uint8_t get_A_0() const { return ___A_0; } inline uint8_t* get_address_of_A_0() { return &___A_0; } inline void set_A_0(uint8_t value) { ___A_0 = value; } inline static int32_t get_offset_of_B_1() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___B_1)); } inline uint8_t get_B_1() const { return ___B_1; } inline uint8_t* get_address_of_B_1() { return &___B_1; } inline void set_B_1(uint8_t value) { ___B_1 = value; } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___G_2)); } inline uint8_t get_G_2() const { return ___G_2; } inline uint8_t* get_address_of_G_2() { return &___G_2; } inline void set_G_2(uint8_t value) { ___G_2 = value; } inline static int32_t get_offset_of_R_3() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___R_3)); } inline uint8_t get_R_3() const { return ___R_3; } inline uint8_t* get_address_of_R_3() { return &___R_3; } inline void set_R_3(uint8_t value) { ___R_3 = value; } }; struct Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_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(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_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; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor struct AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D : public CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor::k__BackingField RuntimeObject* ___U3CSamplerU3Ek__BackingField_0; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor::k__BackingField Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___U3CTransformMatrixU3Ek__BackingField_1; // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor::k__BackingField Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___U3CDestinationSizeU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSamplerU3Ek__BackingField_0() { return static_cast(offsetof(AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D, ___U3CSamplerU3Ek__BackingField_0)); } inline RuntimeObject* get_U3CSamplerU3Ek__BackingField_0() const { return ___U3CSamplerU3Ek__BackingField_0; } inline RuntimeObject** get_address_of_U3CSamplerU3Ek__BackingField_0() { return &___U3CSamplerU3Ek__BackingField_0; } inline void set_U3CSamplerU3Ek__BackingField_0(RuntimeObject* value) { ___U3CSamplerU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSamplerU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CTransformMatrixU3Ek__BackingField_1() { return static_cast(offsetof(AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D, ___U3CTransformMatrixU3Ek__BackingField_1)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_U3CTransformMatrixU3Ek__BackingField_1() const { return ___U3CTransformMatrixU3Ek__BackingField_1; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_U3CTransformMatrixU3Ek__BackingField_1() { return &___U3CTransformMatrixU3Ek__BackingField_1; } inline void set_U3CTransformMatrixU3Ek__BackingField_1(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___U3CTransformMatrixU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CDestinationSizeU3Ek__BackingField_2() { return static_cast(offsetof(AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D, ___U3CDestinationSizeU3Ek__BackingField_2)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_U3CDestinationSizeU3Ek__BackingField_2() const { return ___U3CDestinationSizeU3Ek__BackingField_2; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_U3CDestinationSizeU3Ek__BackingField_2() { return &___U3CDestinationSizeU3Ek__BackingField_2; } inline void set_U3CDestinationSizeU3Ek__BackingField_2(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___U3CDestinationSizeU3Ek__BackingField_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; } }; // SixLabors.ImageSharp.PixelFormats.Argb32 struct Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::A uint8_t ___A_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::R uint8_t ___R_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::G uint8_t ___G_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::B uint8_t ___B_3; public: inline static int32_t get_offset_of_A_0() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___A_0)); } inline uint8_t get_A_0() const { return ___A_0; } inline uint8_t* get_address_of_A_0() { return &___A_0; } inline void set_A_0(uint8_t value) { ___A_0 = value; } inline static int32_t get_offset_of_R_1() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___R_1)); } inline uint8_t get_R_1() const { return ___R_1; } inline uint8_t* get_address_of_R_1() { return &___R_1; } inline void set_R_1(uint8_t value) { ___R_1 = value; } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___G_2)); } inline uint8_t get_G_2() const { return ___G_2; } inline uint8_t* get_address_of_G_2() { return &___G_2; } inline void set_G_2(uint8_t value) { ___G_2 = value; } inline static int32_t get_offset_of_B_3() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___B_3)); } inline uint8_t get_B_3() const { return ___B_3; } inline uint8_t* get_address_of_B_3() { return &___B_3; } inline void set_B_3(uint8_t value) { ___B_3 = value; } }; struct Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_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(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_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; } }; // SixLabors.ImageSharp.PixelFormats.Bgra32 struct Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::B uint8_t ___B_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::G uint8_t ___G_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::R uint8_t ___R_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::A uint8_t ___A_3; public: inline static int32_t get_offset_of_B_0() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___B_0)); } inline uint8_t get_B_0() const { return ___B_0; } inline uint8_t* get_address_of_B_0() { return &___B_0; } inline void set_B_0(uint8_t value) { ___B_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___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_R_2() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___R_2)); } inline uint8_t get_R_2() const { return ___R_2; } inline uint8_t* get_address_of_R_2() { return &___R_2; } inline void set_R_2(uint8_t value) { ___R_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___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 Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_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(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_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; } }; // SixLabors.ImageSharp.Processing.BinaryThresholdMode struct BinaryThresholdMode_t29199AF62DDDAEF57BC867AC3522506AE535BFEB { public: // System.Int32 SixLabors.ImageSharp.Processing.BinaryThresholdMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BinaryThresholdMode_t29199AF62DDDAEF57BC867AC3522506AE535BFEB, ___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; } }; // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8 struct Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 { public: union { #pragma pack(push, tp, 1) struct { // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8/e__FixedBuffer SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8::data U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B ___data_0; }; #pragma pack(pop, tp) struct { U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B ___data_0_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37, ___data_0)); } inline U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B get_data_0() const { return ___data_0; } inline U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B * get_address_of_data_0() { return &___data_0; } inline void set_data_0(U3CdataU3Ee__FixedBuffer_t70BC17E3AEB6A47A935A63DCA87D54FD96602F1B value) { ___data_0 = value; } }; // SixLabors.ImageSharp.Color struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 { public: // SixLabors.ImageSharp.PixelFormats.Rgba64 SixLabors.ImageSharp.Color::data Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___data_0; // SixLabors.ImageSharp.PixelFormats.IPixel SixLabors.ImageSharp.Color::boxedHighPrecisionPixel RuntimeObject* ___boxedHighPrecisionPixel_1; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8, ___data_0)); } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F get_data_0() const { return ___data_0; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * get_address_of_data_0() { return &___data_0; } inline void set_data_0(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { ___data_0 = value; } inline static int32_t get_offset_of_boxedHighPrecisionPixel_1() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8, ___boxedHighPrecisionPixel_1)); } inline RuntimeObject* get_boxedHighPrecisionPixel_1() const { return ___boxedHighPrecisionPixel_1; } inline RuntimeObject** get_address_of_boxedHighPrecisionPixel_1() { return &___boxedHighPrecisionPixel_1; } inline void set_boxedHighPrecisionPixel_1(RuntimeObject* value) { ___boxedHighPrecisionPixel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___boxedHighPrecisionPixel_1), (void*)value); } }; struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields { public: // System.Lazy`1> SixLabors.ImageSharp.Color::NamedColorsLookupLazy Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84 * ___NamedColorsLookupLazy_2; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::AliceBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___AliceBlue_3; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::AntiqueWhite Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___AntiqueWhite_4; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Aqua Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Aqua_5; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Aquamarine Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Aquamarine_6; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Azure Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Azure_7; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Beige Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Beige_8; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Bisque Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Bisque_9; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Black Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Black_10; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::BlanchedAlmond Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___BlanchedAlmond_11; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Blue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Blue_12; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::BlueViolet Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___BlueViolet_13; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Brown Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Brown_14; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::BurlyWood Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___BurlyWood_15; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::CadetBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___CadetBlue_16; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Chartreuse Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Chartreuse_17; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Chocolate Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Chocolate_18; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Coral Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Coral_19; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::CornflowerBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___CornflowerBlue_20; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Cornsilk Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Cornsilk_21; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Crimson Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Crimson_22; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Cyan Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Cyan_23; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkBlue_24; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkCyan Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkCyan_25; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkGoldenrod Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkGoldenrod_26; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkGray_27; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkGreen_28; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkGrey_29; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkKhaki Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkKhaki_30; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkMagenta Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkMagenta_31; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkOliveGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkOliveGreen_32; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkOrange Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkOrange_33; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkOrchid Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkOrchid_34; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkRed_35; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSalmon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSalmon_36; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSeaGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSeaGreen_37; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSlateBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSlateBlue_38; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSlateGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSlateGray_39; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSlateGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSlateGrey_40; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkTurquoise Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkTurquoise_41; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkViolet Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkViolet_42; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DeepPink Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DeepPink_43; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DeepSkyBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DeepSkyBlue_44; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DimGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DimGray_45; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DimGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DimGrey_46; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DodgerBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DodgerBlue_47; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Firebrick Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Firebrick_48; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::FloralWhite Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___FloralWhite_49; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::ForestGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___ForestGreen_50; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Fuchsia Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Fuchsia_51; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Gainsboro Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Gainsboro_52; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::GhostWhite Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___GhostWhite_53; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Gold Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Gold_54; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Goldenrod Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Goldenrod_55; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Gray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Gray_56; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Green Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Green_57; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::GreenYellow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___GreenYellow_58; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Grey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Grey_59; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Honeydew Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Honeydew_60; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::HotPink Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___HotPink_61; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::IndianRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___IndianRed_62; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Indigo Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Indigo_63; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Ivory Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Ivory_64; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Khaki Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Khaki_65; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Lavender Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Lavender_66; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LavenderBlush Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LavenderBlush_67; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LawnGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LawnGreen_68; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LemonChiffon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LemonChiffon_69; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightBlue_70; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightCoral Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightCoral_71; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightCyan Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightCyan_72; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightGoldenrodYellow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightGoldenrodYellow_73; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightGray_74; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightGreen_75; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightGrey_76; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightPink Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightPink_77; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSalmon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSalmon_78; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSeaGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSeaGreen_79; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSkyBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSkyBlue_80; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSlateGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSlateGray_81; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSlateGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSlateGrey_82; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSteelBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSteelBlue_83; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightYellow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightYellow_84; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Lime Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Lime_85; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LimeGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LimeGreen_86; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Linen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Linen_87; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Magenta Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Magenta_88; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Maroon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Maroon_89; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumAquamarine Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumAquamarine_90; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumBlue_91; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumOrchid Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumOrchid_92; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumPurple Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumPurple_93; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumSeaGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumSeaGreen_94; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumSlateBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumSlateBlue_95; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumSpringGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumSpringGreen_96; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumTurquoise Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumTurquoise_97; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumVioletRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumVioletRed_98; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MidnightBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MidnightBlue_99; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MintCream Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MintCream_100; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MistyRose Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MistyRose_101; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Moccasin Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Moccasin_102; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::NavajoWhite Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___NavajoWhite_103; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Navy Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Navy_104; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::OldLace Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___OldLace_105; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Olive Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Olive_106; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::OliveDrab Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___OliveDrab_107; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Orange Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Orange_108; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::OrangeRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___OrangeRed_109; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Orchid Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Orchid_110; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PaleGoldenrod Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PaleGoldenrod_111; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PaleGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PaleGreen_112; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PaleTurquoise Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PaleTurquoise_113; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PaleVioletRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PaleVioletRed_114; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PapayaWhip Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PapayaWhip_115; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PeachPuff Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PeachPuff_116; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Peru Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Peru_117; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Pink Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Pink_118; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Plum Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Plum_119; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PowderBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PowderBlue_120; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Purple Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Purple_121; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::RebeccaPurple Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___RebeccaPurple_122; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Red Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Red_123; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::RosyBrown Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___RosyBrown_124; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::RoyalBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___RoyalBlue_125; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SaddleBrown Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SaddleBrown_126; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Salmon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Salmon_127; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SandyBrown Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SandyBrown_128; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SeaGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SeaGreen_129; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SeaShell Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SeaShell_130; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Sienna Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Sienna_131; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Silver Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Silver_132; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SkyBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SkyBlue_133; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SlateBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SlateBlue_134; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SlateGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SlateGray_135; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SlateGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SlateGrey_136; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Snow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Snow_137; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SpringGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SpringGreen_138; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SteelBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SteelBlue_139; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Tan Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Tan_140; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Teal Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Teal_141; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Thistle Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Thistle_142; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Tomato Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Tomato_143; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Transparent Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Transparent_144; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Turquoise Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Turquoise_145; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Violet Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Violet_146; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Wheat Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Wheat_147; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::White Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___White_148; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::WhiteSmoke Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___WhiteSmoke_149; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Yellow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Yellow_150; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::YellowGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___YellowGreen_151; // System.Lazy`1 SixLabors.ImageSharp.Color::WebSafePaletteLazy Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * ___WebSafePaletteLazy_152; // System.Lazy`1 SixLabors.ImageSharp.Color::WernerPaletteLazy Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * ___WernerPaletteLazy_153; public: inline static int32_t get_offset_of_NamedColorsLookupLazy_2() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___NamedColorsLookupLazy_2)); } inline Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84 * get_NamedColorsLookupLazy_2() const { return ___NamedColorsLookupLazy_2; } inline Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84 ** get_address_of_NamedColorsLookupLazy_2() { return &___NamedColorsLookupLazy_2; } inline void set_NamedColorsLookupLazy_2(Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84 * value) { ___NamedColorsLookupLazy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___NamedColorsLookupLazy_2), (void*)value); } inline static int32_t get_offset_of_AliceBlue_3() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___AliceBlue_3)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_AliceBlue_3() const { return ___AliceBlue_3; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_AliceBlue_3() { return &___AliceBlue_3; } inline void set_AliceBlue_3(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___AliceBlue_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___AliceBlue_3))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_AntiqueWhite_4() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___AntiqueWhite_4)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_AntiqueWhite_4() const { return ___AntiqueWhite_4; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_AntiqueWhite_4() { return &___AntiqueWhite_4; } inline void set_AntiqueWhite_4(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___AntiqueWhite_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___AntiqueWhite_4))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Aqua_5() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Aqua_5)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Aqua_5() const { return ___Aqua_5; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Aqua_5() { return &___Aqua_5; } inline void set_Aqua_5(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Aqua_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Aqua_5))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Aquamarine_6() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Aquamarine_6)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Aquamarine_6() const { return ___Aquamarine_6; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Aquamarine_6() { return &___Aquamarine_6; } inline void set_Aquamarine_6(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Aquamarine_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Aquamarine_6))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Azure_7() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Azure_7)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Azure_7() const { return ___Azure_7; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Azure_7() { return &___Azure_7; } inline void set_Azure_7(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Azure_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Azure_7))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Beige_8() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Beige_8)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Beige_8() const { return ___Beige_8; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Beige_8() { return &___Beige_8; } inline void set_Beige_8(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Beige_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Beige_8))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Bisque_9() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Bisque_9)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Bisque_9() const { return ___Bisque_9; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Bisque_9() { return &___Bisque_9; } inline void set_Bisque_9(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Bisque_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Bisque_9))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Black_10() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Black_10)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Black_10() const { return ___Black_10; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Black_10() { return &___Black_10; } inline void set_Black_10(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Black_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Black_10))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_BlanchedAlmond_11() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___BlanchedAlmond_11)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_BlanchedAlmond_11() const { return ___BlanchedAlmond_11; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_BlanchedAlmond_11() { return &___BlanchedAlmond_11; } inline void set_BlanchedAlmond_11(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___BlanchedAlmond_11 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___BlanchedAlmond_11))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Blue_12() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Blue_12)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Blue_12() const { return ___Blue_12; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Blue_12() { return &___Blue_12; } inline void set_Blue_12(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Blue_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Blue_12))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_BlueViolet_13() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___BlueViolet_13)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_BlueViolet_13() const { return ___BlueViolet_13; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_BlueViolet_13() { return &___BlueViolet_13; } inline void set_BlueViolet_13(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___BlueViolet_13 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___BlueViolet_13))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Brown_14() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Brown_14)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Brown_14() const { return ___Brown_14; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Brown_14() { return &___Brown_14; } inline void set_Brown_14(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Brown_14 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Brown_14))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_BurlyWood_15() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___BurlyWood_15)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_BurlyWood_15() const { return ___BurlyWood_15; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_BurlyWood_15() { return &___BurlyWood_15; } inline void set_BurlyWood_15(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___BurlyWood_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___BurlyWood_15))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_CadetBlue_16() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___CadetBlue_16)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_CadetBlue_16() const { return ___CadetBlue_16; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_CadetBlue_16() { return &___CadetBlue_16; } inline void set_CadetBlue_16(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___CadetBlue_16 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___CadetBlue_16))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Chartreuse_17() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Chartreuse_17)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Chartreuse_17() const { return ___Chartreuse_17; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Chartreuse_17() { return &___Chartreuse_17; } inline void set_Chartreuse_17(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Chartreuse_17 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Chartreuse_17))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Chocolate_18() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Chocolate_18)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Chocolate_18() const { return ___Chocolate_18; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Chocolate_18() { return &___Chocolate_18; } inline void set_Chocolate_18(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Chocolate_18 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Chocolate_18))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Coral_19() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Coral_19)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Coral_19() const { return ___Coral_19; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Coral_19() { return &___Coral_19; } inline void set_Coral_19(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Coral_19 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Coral_19))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_CornflowerBlue_20() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___CornflowerBlue_20)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_CornflowerBlue_20() const { return ___CornflowerBlue_20; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_CornflowerBlue_20() { return &___CornflowerBlue_20; } inline void set_CornflowerBlue_20(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___CornflowerBlue_20 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___CornflowerBlue_20))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Cornsilk_21() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Cornsilk_21)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Cornsilk_21() const { return ___Cornsilk_21; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Cornsilk_21() { return &___Cornsilk_21; } inline void set_Cornsilk_21(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Cornsilk_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Cornsilk_21))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Crimson_22() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Crimson_22)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Crimson_22() const { return ___Crimson_22; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Crimson_22() { return &___Crimson_22; } inline void set_Crimson_22(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Crimson_22 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Crimson_22))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Cyan_23() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Cyan_23)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Cyan_23() const { return ___Cyan_23; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Cyan_23() { return &___Cyan_23; } inline void set_Cyan_23(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Cyan_23 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Cyan_23))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkBlue_24() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkBlue_24)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkBlue_24() const { return ___DarkBlue_24; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkBlue_24() { return &___DarkBlue_24; } inline void set_DarkBlue_24(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkBlue_24 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkBlue_24))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkCyan_25() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkCyan_25)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkCyan_25() const { return ___DarkCyan_25; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkCyan_25() { return &___DarkCyan_25; } inline void set_DarkCyan_25(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkCyan_25 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkCyan_25))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkGoldenrod_26() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkGoldenrod_26)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkGoldenrod_26() const { return ___DarkGoldenrod_26; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkGoldenrod_26() { return &___DarkGoldenrod_26; } inline void set_DarkGoldenrod_26(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkGoldenrod_26 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkGoldenrod_26))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkGray_27() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkGray_27)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkGray_27() const { return ___DarkGray_27; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkGray_27() { return &___DarkGray_27; } inline void set_DarkGray_27(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkGray_27 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkGray_27))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkGreen_28() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkGreen_28)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkGreen_28() const { return ___DarkGreen_28; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkGreen_28() { return &___DarkGreen_28; } inline void set_DarkGreen_28(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkGreen_28 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkGreen_28))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkGrey_29() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkGrey_29)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkGrey_29() const { return ___DarkGrey_29; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkGrey_29() { return &___DarkGrey_29; } inline void set_DarkGrey_29(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkGrey_29 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkGrey_29))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkKhaki_30() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkKhaki_30)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkKhaki_30() const { return ___DarkKhaki_30; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkKhaki_30() { return &___DarkKhaki_30; } inline void set_DarkKhaki_30(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkKhaki_30 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkKhaki_30))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkMagenta_31() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkMagenta_31)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkMagenta_31() const { return ___DarkMagenta_31; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkMagenta_31() { return &___DarkMagenta_31; } inline void set_DarkMagenta_31(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkMagenta_31 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkMagenta_31))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkOliveGreen_32() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkOliveGreen_32)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkOliveGreen_32() const { return ___DarkOliveGreen_32; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkOliveGreen_32() { return &___DarkOliveGreen_32; } inline void set_DarkOliveGreen_32(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkOliveGreen_32 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkOliveGreen_32))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkOrange_33() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkOrange_33)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkOrange_33() const { return ___DarkOrange_33; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkOrange_33() { return &___DarkOrange_33; } inline void set_DarkOrange_33(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkOrange_33 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkOrange_33))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkOrchid_34() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkOrchid_34)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkOrchid_34() const { return ___DarkOrchid_34; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkOrchid_34() { return &___DarkOrchid_34; } inline void set_DarkOrchid_34(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkOrchid_34 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkOrchid_34))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkRed_35() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkRed_35)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkRed_35() const { return ___DarkRed_35; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkRed_35() { return &___DarkRed_35; } inline void set_DarkRed_35(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkRed_35 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkRed_35))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSalmon_36() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSalmon_36)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSalmon_36() const { return ___DarkSalmon_36; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSalmon_36() { return &___DarkSalmon_36; } inline void set_DarkSalmon_36(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSalmon_36 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSalmon_36))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSeaGreen_37() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSeaGreen_37)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSeaGreen_37() const { return ___DarkSeaGreen_37; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSeaGreen_37() { return &___DarkSeaGreen_37; } inline void set_DarkSeaGreen_37(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSeaGreen_37 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSeaGreen_37))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSlateBlue_38() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSlateBlue_38)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSlateBlue_38() const { return ___DarkSlateBlue_38; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSlateBlue_38() { return &___DarkSlateBlue_38; } inline void set_DarkSlateBlue_38(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSlateBlue_38 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSlateBlue_38))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSlateGray_39() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSlateGray_39)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSlateGray_39() const { return ___DarkSlateGray_39; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSlateGray_39() { return &___DarkSlateGray_39; } inline void set_DarkSlateGray_39(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSlateGray_39 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSlateGray_39))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSlateGrey_40() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSlateGrey_40)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSlateGrey_40() const { return ___DarkSlateGrey_40; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSlateGrey_40() { return &___DarkSlateGrey_40; } inline void set_DarkSlateGrey_40(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSlateGrey_40 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSlateGrey_40))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkTurquoise_41() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkTurquoise_41)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkTurquoise_41() const { return ___DarkTurquoise_41; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkTurquoise_41() { return &___DarkTurquoise_41; } inline void set_DarkTurquoise_41(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkTurquoise_41 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkTurquoise_41))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkViolet_42() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkViolet_42)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkViolet_42() const { return ___DarkViolet_42; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkViolet_42() { return &___DarkViolet_42; } inline void set_DarkViolet_42(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkViolet_42 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkViolet_42))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DeepPink_43() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DeepPink_43)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DeepPink_43() const { return ___DeepPink_43; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DeepPink_43() { return &___DeepPink_43; } inline void set_DeepPink_43(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DeepPink_43 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DeepPink_43))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DeepSkyBlue_44() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DeepSkyBlue_44)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DeepSkyBlue_44() const { return ___DeepSkyBlue_44; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DeepSkyBlue_44() { return &___DeepSkyBlue_44; } inline void set_DeepSkyBlue_44(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DeepSkyBlue_44 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DeepSkyBlue_44))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DimGray_45() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DimGray_45)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DimGray_45() const { return ___DimGray_45; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DimGray_45() { return &___DimGray_45; } inline void set_DimGray_45(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DimGray_45 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DimGray_45))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DimGrey_46() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DimGrey_46)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DimGrey_46() const { return ___DimGrey_46; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DimGrey_46() { return &___DimGrey_46; } inline void set_DimGrey_46(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DimGrey_46 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DimGrey_46))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DodgerBlue_47() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DodgerBlue_47)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DodgerBlue_47() const { return ___DodgerBlue_47; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DodgerBlue_47() { return &___DodgerBlue_47; } inline void set_DodgerBlue_47(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DodgerBlue_47 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DodgerBlue_47))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Firebrick_48() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Firebrick_48)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Firebrick_48() const { return ___Firebrick_48; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Firebrick_48() { return &___Firebrick_48; } inline void set_Firebrick_48(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Firebrick_48 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Firebrick_48))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_FloralWhite_49() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___FloralWhite_49)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_FloralWhite_49() const { return ___FloralWhite_49; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_FloralWhite_49() { return &___FloralWhite_49; } inline void set_FloralWhite_49(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___FloralWhite_49 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FloralWhite_49))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_ForestGreen_50() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___ForestGreen_50)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_ForestGreen_50() const { return ___ForestGreen_50; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_ForestGreen_50() { return &___ForestGreen_50; } inline void set_ForestGreen_50(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___ForestGreen_50 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___ForestGreen_50))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Fuchsia_51() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Fuchsia_51)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Fuchsia_51() const { return ___Fuchsia_51; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Fuchsia_51() { return &___Fuchsia_51; } inline void set_Fuchsia_51(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Fuchsia_51 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Fuchsia_51))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Gainsboro_52() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Gainsboro_52)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Gainsboro_52() const { return ___Gainsboro_52; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Gainsboro_52() { return &___Gainsboro_52; } inline void set_Gainsboro_52(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Gainsboro_52 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Gainsboro_52))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_GhostWhite_53() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___GhostWhite_53)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_GhostWhite_53() const { return ___GhostWhite_53; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_GhostWhite_53() { return &___GhostWhite_53; } inline void set_GhostWhite_53(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___GhostWhite_53 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___GhostWhite_53))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Gold_54() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Gold_54)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Gold_54() const { return ___Gold_54; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Gold_54() { return &___Gold_54; } inline void set_Gold_54(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Gold_54 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Gold_54))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Goldenrod_55() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Goldenrod_55)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Goldenrod_55() const { return ___Goldenrod_55; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Goldenrod_55() { return &___Goldenrod_55; } inline void set_Goldenrod_55(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Goldenrod_55 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Goldenrod_55))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Gray_56() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Gray_56)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Gray_56() const { return ___Gray_56; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Gray_56() { return &___Gray_56; } inline void set_Gray_56(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Gray_56 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Gray_56))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Green_57() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Green_57)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Green_57() const { return ___Green_57; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Green_57() { return &___Green_57; } inline void set_Green_57(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Green_57 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Green_57))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_GreenYellow_58() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___GreenYellow_58)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_GreenYellow_58() const { return ___GreenYellow_58; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_GreenYellow_58() { return &___GreenYellow_58; } inline void set_GreenYellow_58(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___GreenYellow_58 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___GreenYellow_58))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Grey_59() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Grey_59)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Grey_59() const { return ___Grey_59; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Grey_59() { return &___Grey_59; } inline void set_Grey_59(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Grey_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Grey_59))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Honeydew_60() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Honeydew_60)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Honeydew_60() const { return ___Honeydew_60; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Honeydew_60() { return &___Honeydew_60; } inline void set_Honeydew_60(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Honeydew_60 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Honeydew_60))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_HotPink_61() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___HotPink_61)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_HotPink_61() const { return ___HotPink_61; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_HotPink_61() { return &___HotPink_61; } inline void set_HotPink_61(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___HotPink_61 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___HotPink_61))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_IndianRed_62() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___IndianRed_62)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_IndianRed_62() const { return ___IndianRed_62; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_IndianRed_62() { return &___IndianRed_62; } inline void set_IndianRed_62(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___IndianRed_62 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___IndianRed_62))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Indigo_63() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Indigo_63)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Indigo_63() const { return ___Indigo_63; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Indigo_63() { return &___Indigo_63; } inline void set_Indigo_63(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Indigo_63 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Indigo_63))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Ivory_64() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Ivory_64)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Ivory_64() const { return ___Ivory_64; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Ivory_64() { return &___Ivory_64; } inline void set_Ivory_64(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Ivory_64 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Ivory_64))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Khaki_65() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Khaki_65)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Khaki_65() const { return ___Khaki_65; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Khaki_65() { return &___Khaki_65; } inline void set_Khaki_65(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Khaki_65 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Khaki_65))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Lavender_66() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Lavender_66)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Lavender_66() const { return ___Lavender_66; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Lavender_66() { return &___Lavender_66; } inline void set_Lavender_66(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Lavender_66 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Lavender_66))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LavenderBlush_67() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LavenderBlush_67)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LavenderBlush_67() const { return ___LavenderBlush_67; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LavenderBlush_67() { return &___LavenderBlush_67; } inline void set_LavenderBlush_67(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LavenderBlush_67 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LavenderBlush_67))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LawnGreen_68() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LawnGreen_68)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LawnGreen_68() const { return ___LawnGreen_68; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LawnGreen_68() { return &___LawnGreen_68; } inline void set_LawnGreen_68(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LawnGreen_68 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LawnGreen_68))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LemonChiffon_69() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LemonChiffon_69)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LemonChiffon_69() const { return ___LemonChiffon_69; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LemonChiffon_69() { return &___LemonChiffon_69; } inline void set_LemonChiffon_69(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LemonChiffon_69 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LemonChiffon_69))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightBlue_70() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightBlue_70)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightBlue_70() const { return ___LightBlue_70; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightBlue_70() { return &___LightBlue_70; } inline void set_LightBlue_70(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightBlue_70 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightBlue_70))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightCoral_71() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightCoral_71)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightCoral_71() const { return ___LightCoral_71; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightCoral_71() { return &___LightCoral_71; } inline void set_LightCoral_71(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightCoral_71 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightCoral_71))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightCyan_72() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightCyan_72)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightCyan_72() const { return ___LightCyan_72; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightCyan_72() { return &___LightCyan_72; } inline void set_LightCyan_72(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightCyan_72 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightCyan_72))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightGoldenrodYellow_73() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightGoldenrodYellow_73)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightGoldenrodYellow_73() const { return ___LightGoldenrodYellow_73; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightGoldenrodYellow_73() { return &___LightGoldenrodYellow_73; } inline void set_LightGoldenrodYellow_73(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightGoldenrodYellow_73 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightGoldenrodYellow_73))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightGray_74() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightGray_74)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightGray_74() const { return ___LightGray_74; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightGray_74() { return &___LightGray_74; } inline void set_LightGray_74(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightGray_74 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightGray_74))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightGreen_75() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightGreen_75)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightGreen_75() const { return ___LightGreen_75; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightGreen_75() { return &___LightGreen_75; } inline void set_LightGreen_75(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightGreen_75 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightGreen_75))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightGrey_76() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightGrey_76)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightGrey_76() const { return ___LightGrey_76; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightGrey_76() { return &___LightGrey_76; } inline void set_LightGrey_76(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightGrey_76 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightGrey_76))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightPink_77() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightPink_77)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightPink_77() const { return ___LightPink_77; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightPink_77() { return &___LightPink_77; } inline void set_LightPink_77(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightPink_77 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightPink_77))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSalmon_78() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSalmon_78)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSalmon_78() const { return ___LightSalmon_78; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSalmon_78() { return &___LightSalmon_78; } inline void set_LightSalmon_78(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSalmon_78 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSalmon_78))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSeaGreen_79() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSeaGreen_79)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSeaGreen_79() const { return ___LightSeaGreen_79; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSeaGreen_79() { return &___LightSeaGreen_79; } inline void set_LightSeaGreen_79(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSeaGreen_79 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSeaGreen_79))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSkyBlue_80() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSkyBlue_80)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSkyBlue_80() const { return ___LightSkyBlue_80; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSkyBlue_80() { return &___LightSkyBlue_80; } inline void set_LightSkyBlue_80(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSkyBlue_80 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSkyBlue_80))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSlateGray_81() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSlateGray_81)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSlateGray_81() const { return ___LightSlateGray_81; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSlateGray_81() { return &___LightSlateGray_81; } inline void set_LightSlateGray_81(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSlateGray_81 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSlateGray_81))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSlateGrey_82() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSlateGrey_82)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSlateGrey_82() const { return ___LightSlateGrey_82; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSlateGrey_82() { return &___LightSlateGrey_82; } inline void set_LightSlateGrey_82(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSlateGrey_82 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSlateGrey_82))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSteelBlue_83() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSteelBlue_83)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSteelBlue_83() const { return ___LightSteelBlue_83; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSteelBlue_83() { return &___LightSteelBlue_83; } inline void set_LightSteelBlue_83(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSteelBlue_83 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSteelBlue_83))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightYellow_84() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightYellow_84)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightYellow_84() const { return ___LightYellow_84; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightYellow_84() { return &___LightYellow_84; } inline void set_LightYellow_84(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightYellow_84 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightYellow_84))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Lime_85() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Lime_85)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Lime_85() const { return ___Lime_85; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Lime_85() { return &___Lime_85; } inline void set_Lime_85(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Lime_85 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Lime_85))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LimeGreen_86() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LimeGreen_86)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LimeGreen_86() const { return ___LimeGreen_86; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LimeGreen_86() { return &___LimeGreen_86; } inline void set_LimeGreen_86(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LimeGreen_86 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LimeGreen_86))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Linen_87() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Linen_87)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Linen_87() const { return ___Linen_87; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Linen_87() { return &___Linen_87; } inline void set_Linen_87(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Linen_87 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Linen_87))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Magenta_88() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Magenta_88)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Magenta_88() const { return ___Magenta_88; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Magenta_88() { return &___Magenta_88; } inline void set_Magenta_88(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Magenta_88 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Magenta_88))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Maroon_89() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Maroon_89)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Maroon_89() const { return ___Maroon_89; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Maroon_89() { return &___Maroon_89; } inline void set_Maroon_89(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Maroon_89 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Maroon_89))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumAquamarine_90() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumAquamarine_90)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumAquamarine_90() const { return ___MediumAquamarine_90; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumAquamarine_90() { return &___MediumAquamarine_90; } inline void set_MediumAquamarine_90(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumAquamarine_90 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumAquamarine_90))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumBlue_91() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumBlue_91)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumBlue_91() const { return ___MediumBlue_91; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumBlue_91() { return &___MediumBlue_91; } inline void set_MediumBlue_91(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumBlue_91 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumBlue_91))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumOrchid_92() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumOrchid_92)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumOrchid_92() const { return ___MediumOrchid_92; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumOrchid_92() { return &___MediumOrchid_92; } inline void set_MediumOrchid_92(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumOrchid_92 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumOrchid_92))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumPurple_93() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumPurple_93)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumPurple_93() const { return ___MediumPurple_93; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumPurple_93() { return &___MediumPurple_93; } inline void set_MediumPurple_93(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumPurple_93 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumPurple_93))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumSeaGreen_94() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumSeaGreen_94)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumSeaGreen_94() const { return ___MediumSeaGreen_94; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumSeaGreen_94() { return &___MediumSeaGreen_94; } inline void set_MediumSeaGreen_94(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumSeaGreen_94 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumSeaGreen_94))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumSlateBlue_95() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumSlateBlue_95)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumSlateBlue_95() const { return ___MediumSlateBlue_95; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumSlateBlue_95() { return &___MediumSlateBlue_95; } inline void set_MediumSlateBlue_95(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumSlateBlue_95 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumSlateBlue_95))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumSpringGreen_96() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumSpringGreen_96)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumSpringGreen_96() const { return ___MediumSpringGreen_96; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumSpringGreen_96() { return &___MediumSpringGreen_96; } inline void set_MediumSpringGreen_96(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumSpringGreen_96 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumSpringGreen_96))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumTurquoise_97() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumTurquoise_97)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumTurquoise_97() const { return ___MediumTurquoise_97; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumTurquoise_97() { return &___MediumTurquoise_97; } inline void set_MediumTurquoise_97(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumTurquoise_97 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumTurquoise_97))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumVioletRed_98() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumVioletRed_98)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumVioletRed_98() const { return ___MediumVioletRed_98; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumVioletRed_98() { return &___MediumVioletRed_98; } inline void set_MediumVioletRed_98(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumVioletRed_98 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumVioletRed_98))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MidnightBlue_99() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MidnightBlue_99)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MidnightBlue_99() const { return ___MidnightBlue_99; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MidnightBlue_99() { return &___MidnightBlue_99; } inline void set_MidnightBlue_99(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MidnightBlue_99 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MidnightBlue_99))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MintCream_100() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MintCream_100)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MintCream_100() const { return ___MintCream_100; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MintCream_100() { return &___MintCream_100; } inline void set_MintCream_100(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MintCream_100 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MintCream_100))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MistyRose_101() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MistyRose_101)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MistyRose_101() const { return ___MistyRose_101; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MistyRose_101() { return &___MistyRose_101; } inline void set_MistyRose_101(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MistyRose_101 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MistyRose_101))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Moccasin_102() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Moccasin_102)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Moccasin_102() const { return ___Moccasin_102; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Moccasin_102() { return &___Moccasin_102; } inline void set_Moccasin_102(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Moccasin_102 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Moccasin_102))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_NavajoWhite_103() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___NavajoWhite_103)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_NavajoWhite_103() const { return ___NavajoWhite_103; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_NavajoWhite_103() { return &___NavajoWhite_103; } inline void set_NavajoWhite_103(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___NavajoWhite_103 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___NavajoWhite_103))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Navy_104() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Navy_104)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Navy_104() const { return ___Navy_104; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Navy_104() { return &___Navy_104; } inline void set_Navy_104(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Navy_104 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Navy_104))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_OldLace_105() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___OldLace_105)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_OldLace_105() const { return ___OldLace_105; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_OldLace_105() { return &___OldLace_105; } inline void set_OldLace_105(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___OldLace_105 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___OldLace_105))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Olive_106() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Olive_106)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Olive_106() const { return ___Olive_106; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Olive_106() { return &___Olive_106; } inline void set_Olive_106(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Olive_106 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Olive_106))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_OliveDrab_107() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___OliveDrab_107)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_OliveDrab_107() const { return ___OliveDrab_107; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_OliveDrab_107() { return &___OliveDrab_107; } inline void set_OliveDrab_107(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___OliveDrab_107 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___OliveDrab_107))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Orange_108() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Orange_108)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Orange_108() const { return ___Orange_108; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Orange_108() { return &___Orange_108; } inline void set_Orange_108(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Orange_108 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Orange_108))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_OrangeRed_109() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___OrangeRed_109)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_OrangeRed_109() const { return ___OrangeRed_109; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_OrangeRed_109() { return &___OrangeRed_109; } inline void set_OrangeRed_109(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___OrangeRed_109 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___OrangeRed_109))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Orchid_110() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Orchid_110)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Orchid_110() const { return ___Orchid_110; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Orchid_110() { return &___Orchid_110; } inline void set_Orchid_110(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Orchid_110 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Orchid_110))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PaleGoldenrod_111() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PaleGoldenrod_111)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PaleGoldenrod_111() const { return ___PaleGoldenrod_111; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PaleGoldenrod_111() { return &___PaleGoldenrod_111; } inline void set_PaleGoldenrod_111(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PaleGoldenrod_111 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PaleGoldenrod_111))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PaleGreen_112() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PaleGreen_112)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PaleGreen_112() const { return ___PaleGreen_112; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PaleGreen_112() { return &___PaleGreen_112; } inline void set_PaleGreen_112(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PaleGreen_112 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PaleGreen_112))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PaleTurquoise_113() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PaleTurquoise_113)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PaleTurquoise_113() const { return ___PaleTurquoise_113; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PaleTurquoise_113() { return &___PaleTurquoise_113; } inline void set_PaleTurquoise_113(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PaleTurquoise_113 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PaleTurquoise_113))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PaleVioletRed_114() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PaleVioletRed_114)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PaleVioletRed_114() const { return ___PaleVioletRed_114; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PaleVioletRed_114() { return &___PaleVioletRed_114; } inline void set_PaleVioletRed_114(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PaleVioletRed_114 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PaleVioletRed_114))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PapayaWhip_115() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PapayaWhip_115)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PapayaWhip_115() const { return ___PapayaWhip_115; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PapayaWhip_115() { return &___PapayaWhip_115; } inline void set_PapayaWhip_115(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PapayaWhip_115 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PapayaWhip_115))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PeachPuff_116() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PeachPuff_116)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PeachPuff_116() const { return ___PeachPuff_116; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PeachPuff_116() { return &___PeachPuff_116; } inline void set_PeachPuff_116(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PeachPuff_116 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PeachPuff_116))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Peru_117() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Peru_117)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Peru_117() const { return ___Peru_117; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Peru_117() { return &___Peru_117; } inline void set_Peru_117(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Peru_117 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Peru_117))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Pink_118() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Pink_118)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Pink_118() const { return ___Pink_118; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Pink_118() { return &___Pink_118; } inline void set_Pink_118(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Pink_118 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Pink_118))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Plum_119() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Plum_119)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Plum_119() const { return ___Plum_119; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Plum_119() { return &___Plum_119; } inline void set_Plum_119(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Plum_119 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Plum_119))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PowderBlue_120() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PowderBlue_120)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PowderBlue_120() const { return ___PowderBlue_120; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PowderBlue_120() { return &___PowderBlue_120; } inline void set_PowderBlue_120(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PowderBlue_120 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PowderBlue_120))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Purple_121() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Purple_121)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Purple_121() const { return ___Purple_121; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Purple_121() { return &___Purple_121; } inline void set_Purple_121(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Purple_121 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Purple_121))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_RebeccaPurple_122() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___RebeccaPurple_122)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_RebeccaPurple_122() const { return ___RebeccaPurple_122; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_RebeccaPurple_122() { return &___RebeccaPurple_122; } inline void set_RebeccaPurple_122(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___RebeccaPurple_122 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___RebeccaPurple_122))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Red_123() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Red_123)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Red_123() const { return ___Red_123; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Red_123() { return &___Red_123; } inline void set_Red_123(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Red_123 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Red_123))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_RosyBrown_124() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___RosyBrown_124)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_RosyBrown_124() const { return ___RosyBrown_124; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_RosyBrown_124() { return &___RosyBrown_124; } inline void set_RosyBrown_124(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___RosyBrown_124 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___RosyBrown_124))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_RoyalBlue_125() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___RoyalBlue_125)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_RoyalBlue_125() const { return ___RoyalBlue_125; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_RoyalBlue_125() { return &___RoyalBlue_125; } inline void set_RoyalBlue_125(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___RoyalBlue_125 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___RoyalBlue_125))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SaddleBrown_126() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SaddleBrown_126)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SaddleBrown_126() const { return ___SaddleBrown_126; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SaddleBrown_126() { return &___SaddleBrown_126; } inline void set_SaddleBrown_126(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SaddleBrown_126 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SaddleBrown_126))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Salmon_127() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Salmon_127)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Salmon_127() const { return ___Salmon_127; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Salmon_127() { return &___Salmon_127; } inline void set_Salmon_127(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Salmon_127 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Salmon_127))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SandyBrown_128() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SandyBrown_128)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SandyBrown_128() const { return ___SandyBrown_128; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SandyBrown_128() { return &___SandyBrown_128; } inline void set_SandyBrown_128(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SandyBrown_128 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SandyBrown_128))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SeaGreen_129() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SeaGreen_129)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SeaGreen_129() const { return ___SeaGreen_129; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SeaGreen_129() { return &___SeaGreen_129; } inline void set_SeaGreen_129(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SeaGreen_129 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SeaGreen_129))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SeaShell_130() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SeaShell_130)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SeaShell_130() const { return ___SeaShell_130; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SeaShell_130() { return &___SeaShell_130; } inline void set_SeaShell_130(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SeaShell_130 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SeaShell_130))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Sienna_131() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Sienna_131)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Sienna_131() const { return ___Sienna_131; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Sienna_131() { return &___Sienna_131; } inline void set_Sienna_131(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Sienna_131 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Sienna_131))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Silver_132() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Silver_132)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Silver_132() const { return ___Silver_132; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Silver_132() { return &___Silver_132; } inline void set_Silver_132(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Silver_132 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Silver_132))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SkyBlue_133() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SkyBlue_133)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SkyBlue_133() const { return ___SkyBlue_133; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SkyBlue_133() { return &___SkyBlue_133; } inline void set_SkyBlue_133(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SkyBlue_133 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SkyBlue_133))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SlateBlue_134() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SlateBlue_134)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SlateBlue_134() const { return ___SlateBlue_134; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SlateBlue_134() { return &___SlateBlue_134; } inline void set_SlateBlue_134(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SlateBlue_134 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SlateBlue_134))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SlateGray_135() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SlateGray_135)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SlateGray_135() const { return ___SlateGray_135; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SlateGray_135() { return &___SlateGray_135; } inline void set_SlateGray_135(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SlateGray_135 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SlateGray_135))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SlateGrey_136() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SlateGrey_136)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SlateGrey_136() const { return ___SlateGrey_136; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SlateGrey_136() { return &___SlateGrey_136; } inline void set_SlateGrey_136(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SlateGrey_136 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SlateGrey_136))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Snow_137() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Snow_137)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Snow_137() const { return ___Snow_137; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Snow_137() { return &___Snow_137; } inline void set_Snow_137(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Snow_137 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Snow_137))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SpringGreen_138() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SpringGreen_138)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SpringGreen_138() const { return ___SpringGreen_138; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SpringGreen_138() { return &___SpringGreen_138; } inline void set_SpringGreen_138(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SpringGreen_138 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SpringGreen_138))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SteelBlue_139() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SteelBlue_139)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SteelBlue_139() const { return ___SteelBlue_139; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SteelBlue_139() { return &___SteelBlue_139; } inline void set_SteelBlue_139(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SteelBlue_139 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SteelBlue_139))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Tan_140() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Tan_140)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Tan_140() const { return ___Tan_140; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Tan_140() { return &___Tan_140; } inline void set_Tan_140(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Tan_140 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Tan_140))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Teal_141() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Teal_141)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Teal_141() const { return ___Teal_141; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Teal_141() { return &___Teal_141; } inline void set_Teal_141(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Teal_141 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Teal_141))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Thistle_142() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Thistle_142)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Thistle_142() const { return ___Thistle_142; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Thistle_142() { return &___Thistle_142; } inline void set_Thistle_142(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Thistle_142 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Thistle_142))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Tomato_143() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Tomato_143)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Tomato_143() const { return ___Tomato_143; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Tomato_143() { return &___Tomato_143; } inline void set_Tomato_143(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Tomato_143 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Tomato_143))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Transparent_144() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Transparent_144)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Transparent_144() const { return ___Transparent_144; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Transparent_144() { return &___Transparent_144; } inline void set_Transparent_144(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Transparent_144 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Transparent_144))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Turquoise_145() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Turquoise_145)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Turquoise_145() const { return ___Turquoise_145; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Turquoise_145() { return &___Turquoise_145; } inline void set_Turquoise_145(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Turquoise_145 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Turquoise_145))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Violet_146() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Violet_146)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Violet_146() const { return ___Violet_146; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Violet_146() { return &___Violet_146; } inline void set_Violet_146(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Violet_146 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Violet_146))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Wheat_147() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Wheat_147)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Wheat_147() const { return ___Wheat_147; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Wheat_147() { return &___Wheat_147; } inline void set_Wheat_147(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Wheat_147 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Wheat_147))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_White_148() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___White_148)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_White_148() const { return ___White_148; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_White_148() { return &___White_148; } inline void set_White_148(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___White_148 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___White_148))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_WhiteSmoke_149() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___WhiteSmoke_149)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_WhiteSmoke_149() const { return ___WhiteSmoke_149; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_WhiteSmoke_149() { return &___WhiteSmoke_149; } inline void set_WhiteSmoke_149(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___WhiteSmoke_149 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___WhiteSmoke_149))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Yellow_150() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Yellow_150)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Yellow_150() const { return ___Yellow_150; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Yellow_150() { return &___Yellow_150; } inline void set_Yellow_150(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Yellow_150 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Yellow_150))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_YellowGreen_151() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___YellowGreen_151)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_YellowGreen_151() const { return ___YellowGreen_151; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_YellowGreen_151() { return &___YellowGreen_151; } inline void set_YellowGreen_151(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___YellowGreen_151 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___YellowGreen_151))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_WebSafePaletteLazy_152() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___WebSafePaletteLazy_152)); } inline Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * get_WebSafePaletteLazy_152() const { return ___WebSafePaletteLazy_152; } inline Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 ** get_address_of_WebSafePaletteLazy_152() { return &___WebSafePaletteLazy_152; } inline void set_WebSafePaletteLazy_152(Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * value) { ___WebSafePaletteLazy_152 = value; Il2CppCodeGenWriteBarrier((void**)(&___WebSafePaletteLazy_152), (void*)value); } inline static int32_t get_offset_of_WernerPaletteLazy_153() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___WernerPaletteLazy_153)); } inline Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * get_WernerPaletteLazy_153() const { return ___WernerPaletteLazy_153; } inline Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 ** get_address_of_WernerPaletteLazy_153() { return &___WernerPaletteLazy_153; } inline void set_WernerPaletteLazy_153(Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * value) { ___WernerPaletteLazy_153 = value; Il2CppCodeGenWriteBarrier((void**)(&___WernerPaletteLazy_153), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Color struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_marshaled_pinvoke { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___data_0; RuntimeObject* ___boxedHighPrecisionPixel_1; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Color struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_marshaled_com { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___data_0; RuntimeObject* ___boxedHighPrecisionPixel_1; }; // SixLabors.ImageSharp.ComplexVector4 struct ComplexVector4_t88219122749587130667C01407E5E785BC2055EB { public: // System.Numerics.Vector4 SixLabors.ImageSharp.ComplexVector4::Real Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Real_0; // System.Numerics.Vector4 SixLabors.ImageSharp.ComplexVector4::Imaginary Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Imaginary_1; public: inline static int32_t get_offset_of_Real_0() { return static_cast(offsetof(ComplexVector4_t88219122749587130667C01407E5E785BC2055EB, ___Real_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Real_0() const { return ___Real_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Real_0() { return &___Real_0; } inline void set_Real_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Real_0 = value; } inline static int32_t get_offset_of_Imaginary_1() { return static_cast(offsetof(ComplexVector4_t88219122749587130667C01407E5E785BC2055EB, ___Imaginary_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Imaginary_1() const { return ___Imaginary_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Imaginary_1() { return &___Imaginary_1; } inline void set_Imaginary_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Imaginary_1 = value; } }; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // 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; }; // 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; } }; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType struct ExifDataType_t18F92EE7F1F43FD681DBAE531C91F43DA7AF7FA1 { public: // System.Int32 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExifDataType_t18F92EE7F1F43FD681DBAE531C91F43DA7AF7FA1, ___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.Metadata.Profiles.Exif.ExifParts struct ExifParts_t2AD2186AE4063A158BFCFCAFF3FA9199A54435CD { public: // System.Int32 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifParts::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExifParts_t2AD2186AE4063A158BFCFCAFF3FA9199A54435CD, ___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.FlipMode struct FlipMode_tB2558FBEC6F1AFE9E8DDA6D8FD1B74E9AE55E8FC { public: // System.Int32 SixLabors.ImageSharp.Processing.FlipMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FlipMode_tB2558FBEC6F1AFE9E8DDA6D8FD1B74E9AE55E8FC, ___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); } }; // SixLabors.ImageSharp.PixelFormats.L8 struct L8_t0DC62ABA8124A587901AC9D023076EF568A23003 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.L8::k__BackingField uint8_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint8_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint8_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint8_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_1; public: inline static int32_t get_offset_of_MaxBytes_0() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields, ___MaxBytes_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_0() const { return ___MaxBytes_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_0() { return &___MaxBytes_0; } inline void set_MaxBytes_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_0 = value; } inline static int32_t get_offset_of_Half_1() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields, ___Half_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_1() const { return ___Half_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_1() { return &___Half_1; } inline void set_Half_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.La16 struct La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.La16::L uint8_t ___L_2; }; #pragma pack(pop, tp) struct { uint8_t ___L_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___A_3_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.La16::A uint8_t ___A_3; }; #pragma pack(pop, tp) struct { char ___A_3_OffsetPadding_forAlignmentOnly[1]; uint8_t ___A_3_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_L_2() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677, ___L_2)); } inline uint8_t get_L_2() const { return ___L_2; } inline uint8_t* get_address_of_L_2() { return &___L_2; } inline void set_L_2(uint8_t value) { ___L_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677, ___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 La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.La16::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.La16::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_1; public: inline static int32_t get_offset_of_MaxBytes_0() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields, ___MaxBytes_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_0() const { return ___MaxBytes_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_0() { return &___MaxBytes_0; } inline void set_MaxBytes_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_0 = value; } inline static int32_t get_offset_of_Half_1() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields, ___Half_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_1() const { return ___Half_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_1() { return &___Half_1; } inline void set_Half_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_1 = value; } }; // System.ComponentModel.ListChangedType struct ListChangedType_t58520B3D3109CD5C04D27714D495895CD89E1676 { public: // System.Int32 System.ComponentModel.ListChangedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListChangedType_t58520B3D3109CD5C04D27714D495895CD89E1676, ___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.ComponentModel.ListSortDirection struct ListSortDirection_t331C65FA6DEA67DAD6CF7E27AA8A7108845426F5 { public: // System.Int32 System.ComponentModel.ListSortDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListSortDirection_t331C65FA6DEA67DAD6CF7E27AA8A7108845426F5, ___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; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte2 struct NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::Half Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Half_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::MinusOne Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___MinusOne_1; public: inline static int32_t get_offset_of_Half_0() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields, ___Half_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Half_0() const { return ___Half_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Half_0() { return &___Half_0; } inline void set_Half_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Half_0 = value; } inline static int32_t get_offset_of_MinusOne_1() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields, ___MinusOne_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_MinusOne_1() const { return ___MinusOne_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_MinusOne_1() { return &___MinusOne_1; } inline void set_MinusOne_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___MinusOne_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte4 struct NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::MinusOne Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MinusOne_1; public: inline static int32_t get_offset_of_Half_0() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields, ___Half_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_0() const { return ___Half_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_0() { return &___Half_0; } inline void set_Half_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_0 = value; } inline static int32_t get_offset_of_MinusOne_1() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields, ___MinusOne_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MinusOne_1() const { return ___MinusOne_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MinusOne_1() { return &___MinusOne_1; } inline void set_MinusOne_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MinusOne_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort2 struct NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::Min Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields, ___Min_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Min_1() const { return ___Min_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Min_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort4 struct NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::Min Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields, ___Max_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_0() const { return ___Max_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields, ___Min_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Min_1() const { return ___Min_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Min_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.PixelAlphaCompositionMode struct PixelAlphaCompositionMode_t77C0D1E9D2BE8225312DD215050D2B955D985F87 { public: // System.Int32 SixLabors.ImageSharp.PixelFormats.PixelAlphaCompositionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PixelAlphaCompositionMode_t77C0D1E9D2BE8225312DD215050D2B955D985F87, ___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.PixelColorBlendingMode struct PixelColorBlendingMode_tC43B26FC015F4634DB8DF6D2EDF10D3A431D3F69 { public: // System.Int32 SixLabors.ImageSharp.PixelFormats.PixelColorBlendingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PixelColorBlendingMode_tC43B26FC015F4634DB8DF6D2EDF10D3A431D3F69, ___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.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; } }; // 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.Rg32 struct Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rg32::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_1() { return static_cast(offsetof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB, ___U3CPackedValueU3Ek__BackingField_1)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_1() const { return ___U3CPackedValueU3Ek__BackingField_1; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_1() { return &___U3CPackedValueU3Ek__BackingField_1; } inline void set_U3CPackedValueU3Ek__BackingField_1(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_1 = value; } }; struct Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Rg32::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb24 struct Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::R uint8_t ___R_0; }; #pragma pack(pop, tp) struct { uint8_t ___R_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___G_1_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::G uint8_t ___G_1; }; #pragma pack(pop, tp) struct { char ___G_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___G_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___B_2_OffsetPadding[2]; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::B uint8_t ___B_2; }; #pragma pack(pop, tp) struct { char ___B_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___B_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___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(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___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(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___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; } }; struct Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgb24::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_3; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgb24::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_4; public: inline static int32_t get_offset_of_MaxBytes_3() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields, ___MaxBytes_3)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_3() const { return ___MaxBytes_3; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_3() { return &___MaxBytes_3; } inline void set_MaxBytes_3(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_3 = value; } inline static int32_t get_offset_of_Half_4() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields, ___Half_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_4() const { return ___Half_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_4() { return &___Half_4; } inline void set_Half_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_4 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba1010102 struct Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rgba1010102::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_1() { return static_cast(offsetof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC, ___U3CPackedValueU3Ek__BackingField_1)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_1() const { return ___U3CPackedValueU3Ek__BackingField_1; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_1() { return &___U3CPackedValueU3Ek__BackingField_1; } inline void set_U3CPackedValueU3Ek__BackingField_1(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_1 = value; } }; struct Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba1010102::Multiplier Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Multiplier_0; public: inline static int32_t get_offset_of_Multiplier_0() { return static_cast(offsetof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_StaticFields, ___Multiplier_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Multiplier_0() const { return ___Multiplier_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Multiplier_0() { return &___Multiplier_0; } inline void set_Multiplier_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Multiplier_0 = 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; } }; // SixLabors.ImageSharp.PixelFormats.RgbaVector struct RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 { public: // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::R float ___R_0; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::G float ___G_1; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::B float ___B_2; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::A float ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___R_0)); } inline float get_R_0() const { return ___R_0; } inline float* get_address_of_R_0() { return &___R_0; } inline void set_R_0(float value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___G_1)); } inline float get_G_1() const { return ___G_1; } inline float* get_address_of_G_1() { return &___G_1; } inline void set_G_1(float value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___B_2)); } inline float get_B_2() const { return ___B_2; } inline float* get_address_of_B_2() { return &___B_2; } inline void set_B_2(float value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___A_3)); } inline float get_A_3() const { return ___A_3; } inline float* get_address_of_A_3() { return &___A_3; } inline void set_A_3(float value) { ___A_3 = value; } }; struct RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.RgbaVector::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.RgbaVector::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_Max_4() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_StaticFields, ___Max_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_4() const { return ___Max_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_4() { return &___Max_4; } inline void set_Max_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_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; } }; // SixLabors.ImageSharp.PixelFormats.Short2 struct Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Short2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Short2::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Short2::Min Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields, ___Min_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Min_1() const { return ___Min_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Min_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.Short4 struct Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.Short4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Short4::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Short4::Min Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields, ___Max_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_0() const { return ___Max_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields, ___Min_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Min_1() const { return ___Min_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Min_1 = value; } }; // UnityEngine.UIElements.UIR.TextureEntry struct TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665 { public: // UnityEngine.Texture UnityEngine.UIElements.UIR.TextureEntry::source Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source_0; // UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.TextureEntry::actual TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___actual_1; // System.Boolean UnityEngine.UIElements.UIR.TextureEntry::replaced bool ___replaced_2; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665, ___source_0)); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * get_source_0() const { return ___source_0; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_actual_1() { return static_cast(offsetof(TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665, ___actual_1)); } inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 get_actual_1() const { return ___actual_1; } inline TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 * get_address_of_actual_1() { return &___actual_1; } inline void set_actual_1(TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 value) { ___actual_1 = value; } inline static int32_t get_offset_of_replaced_2() { return static_cast(offsetof(TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665, ___replaced_2)); } inline bool get_replaced_2() const { return ___replaced_2; } inline bool* get_address_of_replaced_2() { return &___replaced_2; } inline void set_replaced_2(bool value) { ___replaced_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.TextureEntry struct TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665_marshaled_pinvoke { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source_0; TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___actual_1; int32_t ___replaced_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.UIR.TextureEntry struct TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665_marshaled_com { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source_0; TextureId_t1DB18D78549F5571E12587245D818634A6EA17C5 ___actual_1; int32_t ___replaced_2; }; // SixLabors.ImageSharp.Formats.Tiff.Utils.TiffUtils struct TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8 : public RuntimeObject { public: public: }; struct TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.Formats.Tiff.Utils.TiffUtils::k__BackingField Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___U3CVector4DefaultU3Ek__BackingField_0; // SixLabors.ImageSharp.PixelFormats.Rgba64 SixLabors.ImageSharp.Formats.Tiff.Utils.TiffUtils::k__BackingField Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___U3CRgba64DefaultU3Ek__BackingField_1; // SixLabors.ImageSharp.PixelFormats.L16 SixLabors.ImageSharp.Formats.Tiff.Utils.TiffUtils::k__BackingField L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___U3CL16DefaultU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CVector4DefaultU3Ek__BackingField_0() { return static_cast(offsetof(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_StaticFields, ___U3CVector4DefaultU3Ek__BackingField_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_U3CVector4DefaultU3Ek__BackingField_0() const { return ___U3CVector4DefaultU3Ek__BackingField_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_U3CVector4DefaultU3Ek__BackingField_0() { return &___U3CVector4DefaultU3Ek__BackingField_0; } inline void set_U3CVector4DefaultU3Ek__BackingField_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___U3CVector4DefaultU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CRgba64DefaultU3Ek__BackingField_1() { return static_cast(offsetof(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_StaticFields, ___U3CRgba64DefaultU3Ek__BackingField_1)); } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F get_U3CRgba64DefaultU3Ek__BackingField_1() const { return ___U3CRgba64DefaultU3Ek__BackingField_1; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * get_address_of_U3CRgba64DefaultU3Ek__BackingField_1() { return &___U3CRgba64DefaultU3Ek__BackingField_1; } inline void set_U3CRgba64DefaultU3Ek__BackingField_1(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { ___U3CRgba64DefaultU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CL16DefaultU3Ek__BackingField_2() { return static_cast(offsetof(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_StaticFields, ___U3CL16DefaultU3Ek__BackingField_2)); } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F get_U3CL16DefaultU3Ek__BackingField_2() const { return ___U3CL16DefaultU3Ek__BackingField_2; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * get_address_of_U3CL16DefaultU3Ek__BackingField_2() { return &___U3CL16DefaultU3Ek__BackingField_2; } inline void set_U3CL16DefaultU3Ek__BackingField_2(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { ___U3CL16DefaultU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t9DBA673F346A23962F71DD8221D1885FA49E5621 : public ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t61BA5E64039F2D81BBE92125E5BDC481B0B8008C : public ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_tFA39B2E3CB48FAC75320DF5CCA8C60F8F25B8AA6 : public ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_tD3E7A41E432EA1172007E3229D12A961F4EA5618 : public ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t74DCFC1690BFEAC4C9C04EA47A5149CFFEBDECA3 : public ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t9704E527DB85159E937F701B75B7358A47161B20 : public ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1 struct AutoOrientProcessor_1_t8A2721EF323EBA4DDC37A3E40B2A1A2FEE69BABD : public ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t77519FEF3451DA31A14BE91264DAEA7B827FF6A9 : public ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t77519FEF3451DA31A14BE91264DAEA7B827FF6A9, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tA2E0179119F364256D350524DFD331AF8D0627A8 : public ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tA2E0179119F364256D350524DFD331AF8D0627A8, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t5B9FF200050A02478716E2331DAAC60949318771 : public ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t5B9FF200050A02478716E2331DAAC60949318771, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t2CDCE9102616240A5B2C515ACC1E8BC18E6559C1 : public ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t2CDCE9102616240A5B2C515ACC1E8BC18E6559C1, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tC19EFDC402C8FF1E0079ACE4C2AAF9DCAB362C1A : public ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tC19EFDC402C8FF1E0079ACE4C2AAF9DCAB362C1A, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tD9C414F81A2F8051288AF2CC214F6ECF95618133 : public ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tD9C414F81A2F8051288AF2CC214F6ECF95618133, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tA9A79C44B5A35EF7D8670ACAA0FDE1E9B1893CE6 : public ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tA9A79C44B5A35EF7D8670ACAA0FDE1E9B1893CE6, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t545A6CA317A63549C42ACC0F2DE9CDDED05DE292 : public ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t545A6CA317A63549C42ACC0F2DE9CDDED05DE292, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tDE564748E0D08F0911D5F66EC266A7D8D1D9C8C1 : public ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tDE564748E0D08F0911D5F66EC266A7D8D1D9C8C1, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t9CC0F0EF8C53181D17042FD5EA0EEAFE118D1712 : public ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t9CC0F0EF8C53181D17042FD5EA0EEAFE118D1712, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t8288EEEAEAC4FA6C4798EFF28B1260DB1E51B8D2 : public ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t8288EEEAEAC4FA6C4798EFF28B1260DB1E51B8D2, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tF518D434F55455192E68750B2F47000D81972624 : public ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tF518D434F55455192E68750B2F47000D81972624, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tDCDF60CB3091F574FBC94B6FC33B39F4030DDF95 : public ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tDCDF60CB3091F574FBC94B6FC33B39F4030DDF95, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tB7B64CC3372026B31611AF42D5277F255FD6F1F1 : public ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tB7B64CC3372026B31611AF42D5277F255FD6F1F1, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t637410026D7DB8A4345DDA7013DAA49F97D4AAF4 : public ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t637410026D7DB8A4345DDA7013DAA49F97D4AAF4, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t620577AA6C306F2AD4C80AE91F1DFBDADA3F4335 : public ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t620577AA6C306F2AD4C80AE91F1DFBDADA3F4335, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tC8461BB08F1C27B02AACEAF5573FCBA92F008212 : public ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tC8461BB08F1C27B02AACEAF5573FCBA92F008212, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t450D608D2665DBE9920B893EE6BBB4E84830696C : public ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t450D608D2665DBE9920B893EE6BBB4E84830696C, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t0BC61F63F5E3D33C0EF367DC2C9DE2F2D53F8E24 : public ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t0BC61F63F5E3D33C0EF367DC2C9DE2F2D53F8E24, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tC3FB1FBDE057829EEC815B4A2E626B91442CF6D7 : public ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tC3FB1FBDE057829EEC815B4A2E626B91442CF6D7, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tE515E8FEF3F23674CD96CAD572BD5B72158C903D : public ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tE515E8FEF3F23674CD96CAD572BD5B72158C903D, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t5DE342C782FCA51F625302E36D2FDA494B5DC6A3 : public ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t5DE342C782FCA51F625302E36D2FDA494B5DC6A3, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t7B59C8AAFC924D3BDE5B827FF5E1B1457DF7A451 : public ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t7B59C8AAFC924D3BDE5B827FF5E1B1457DF7A451, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tF6EA58DEDBDE7970CE003CB091BA32A27B1AA941 : public ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tF6EA58DEDBDE7970CE003CB091BA32A27B1AA941, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tFF4F25818DB9BF9D7212130139052297E95B7C57 : public ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tFF4F25818DB9BF9D7212130139052297E95B7C57, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t6168826670EF392DC444F696DCD3800224DF027F : public ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t6168826670EF392DC444F696DCD3800224DF027F, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t46ED80F638D75971F17CBA083D978CE3D8016BE9 : public ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t46ED80F638D75971F17CBA083D978CE3D8016BE9, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_t38C97744094540FE14B57206353F54FE92B8DA85 : public ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_t38C97744094540FE14B57206353F54FE92B8DA85, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1 struct BackgroundColorProcessor_1_tA6053EDC5E4677A6E7EED2EAF0F50A00B633A277 : public ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 { public: // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::definition BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BackgroundColorProcessor_1_tA6053EDC5E4677A6E7EED2EAF0F50A00B633A277, ___definition_3)); } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * get_definition_3() const { return ___definition_3; } inline BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 : public ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA : public ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 : public ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C : public ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 : public ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF : public ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 : public ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 : public ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB : public ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E : public ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A : public ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 : public ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 : public ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 : public ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 : public ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 : public ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 : public ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE : public ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF : public ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 : public ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC : public ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D : public ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB : public ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 : public ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A : public ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 : public ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C : public ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B : public ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1> struct BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE : public ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE, ___U3CArrayU3Ek__BackingField_1)); } inline MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE : public ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE, ___U3CArrayU3Ek__BackingField_1)); } inline A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 : public ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903, ___U3CArrayU3Ek__BackingField_1)); } inline Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C : public ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C, ___U3CArrayU3Ek__BackingField_1)); } inline Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 : public ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843, ___U3CArrayU3Ek__BackingField_1)); } inline Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C : public ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C, ___U3CArrayU3Ek__BackingField_1)); } inline Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD : public ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD, ___U3CArrayU3Ek__BackingField_1)); } inline Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 : public ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3, ___U3CArrayU3Ek__BackingField_1)); } inline Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 : public ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766, ___U3CArrayU3Ek__BackingField_1)); } inline Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 : public ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748, ___U3CArrayU3Ek__BackingField_1)); } inline Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 : public ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3, ___U3CArrayU3Ek__BackingField_1)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE : public ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE, ___U3CArrayU3Ek__BackingField_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 : public ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382, ___U3CArrayU3Ek__BackingField_1)); } inline Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 : public ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18, ___U3CArrayU3Ek__BackingField_1)); } inline ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 : public ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90, ___U3CArrayU3Ek__BackingField_1)); } inline DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 : public ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59, ___U3CArrayU3Ek__BackingField_1)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F : public ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F, ___U3CArrayU3Ek__BackingField_1)); } inline HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB : public ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB, ___U3CArrayU3Ek__BackingField_1)); } inline HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC : public ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC, ___U3CArrayU3Ek__BackingField_1)); } inline HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D : public ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D, ___U3CArrayU3Ek__BackingField_1)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 : public ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30, ___U3CArrayU3Ek__BackingField_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F : public ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F, ___U3CArrayU3Ek__BackingField_1)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D : public ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D, ___U3CArrayU3Ek__BackingField_1)); } inline L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 : public ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63, ___U3CArrayU3Ek__BackingField_1)); } inline L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 : public ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0, ___U3CArrayU3Ek__BackingField_1)); } inline La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 : public ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530, ___U3CArrayU3Ek__BackingField_1)); } inline La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 : public ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7, ___U3CArrayU3Ek__BackingField_1)); } inline NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA : public ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA, ___U3CArrayU3Ek__BackingField_1)); } inline NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F : public ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F, ___U3CArrayU3Ek__BackingField_1)); } inline NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 : public ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2, ___U3CArrayU3Ek__BackingField_1)); } inline NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD : public ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD, ___U3CArrayU3Ek__BackingField_1)); } inline Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 : public ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18, ___U3CArrayU3Ek__BackingField_1)); } inline Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD : public ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD, ___U3CArrayU3Ek__BackingField_1)); } inline Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B : public ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B, ___U3CArrayU3Ek__BackingField_1)); } inline Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 : public ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015, ___U3CArrayU3Ek__BackingField_1)); } inline Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F : public ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F, ___U3CArrayU3Ek__BackingField_1)); } inline Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 : public ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4, ___U3CArrayU3Ek__BackingField_1)); } inline RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 : public ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525, ___U3CArrayU3Ek__BackingField_1)); } inline Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 : public ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39, ___U3CArrayU3Ek__BackingField_1)); } inline Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F : public ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F, ___U3CArrayU3Ek__BackingField_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E : public ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E, ___U3CArrayU3Ek__BackingField_1)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 : public ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359, ___U3CArrayU3Ek__BackingField_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 : public ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86, ___U3CArrayU3Ek__BackingField_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1 struct BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 : public ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588 { public: // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___U3CArrayU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CArrayU3Ek__BackingField_1() { return static_cast(offsetof(BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897, ___U3CArrayU3Ek__BackingField_1)); } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* get_U3CArrayU3Ek__BackingField_1() const { return ___U3CArrayU3Ek__BackingField_1; } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F** get_address_of_U3CArrayU3Ek__BackingField_1() { return &___U3CArrayU3Ek__BackingField_1; } inline void set_U3CArrayU3Ek__BackingField_1(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* value) { ___U3CArrayU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArrayU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_2() { return static_cast(offsetof(BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897, ___U3CLengthU3Ek__BackingField_2)); } inline int32_t get_U3CLengthU3Ek__BackingField_2() const { return ___U3CLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_2() { return &___U3CLengthU3Ek__BackingField_2; } inline void set_U3CLengthU3Ek__BackingField_2(int32_t value) { ___U3CLengthU3Ek__BackingField_2 = value; } }; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 : public LinkedPoolItem_1_t1C0437AE15C7CA66CE604DFBECC7CD02258BB845 { public: // UnityEngine.UIElements.UIR.BasicNode`1 UnityEngine.UIElements.UIR.BasicNode`1::next BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * ___next_1; // T UnityEngine.UIElements.UIR.BasicNode`1::data TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665 ___data_2; public: inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65, ___next_1)); } inline BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * get_next_1() const { return ___next_1; } inline BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65, ___data_2)); } inline TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665 get_data_2() const { return ___data_2; } inline TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665 * get_address_of_data_2() { return &___data_2; } inline void set_data_2(TextureEntry_t286BB1C2D7FD1BC47CF22CD57475C854EA926665 value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___data_2))->___source_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t5411C21DD0D2DE2193B63EA8C5812252F5CB7A17 : public ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t5411C21DD0D2DE2193B63EA8C5812252F5CB7A17, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tFFBCBEE2DCA553DA988618BFCF7C901AC0E28F96 : public ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tFFBCBEE2DCA553DA988618BFCF7C901AC0E28F96, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t497E44183B148DCC00443442B421420FA0B17B0F : public ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t497E44183B148DCC00443442B421420FA0B17B0F, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t56B3DD730F3E1E3B0EC707A26EDBD9F07F614514 : public ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t56B3DD730F3E1E3B0EC707A26EDBD9F07F614514, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t1493E5C1FC71DB3C35424F5D8244FA48A4488605 : public ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t1493E5C1FC71DB3C35424F5D8244FA48A4488605, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tF1328713EFC9D1E8018D00038F4FE6E3FA8B786B : public ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tF1328713EFC9D1E8018D00038F4FE6E3FA8B786B, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tBF89949AB0077102FAC30C24695994EE96067F14 : public ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tBF89949AB0077102FAC30C24695994EE96067F14, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t83A24DFA1EA96705BD7E1C7B45EDC8E84EE286D5 : public ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t83A24DFA1EA96705BD7E1C7B45EDC8E84EE286D5, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tB9C255FF1553F2DF4B85B383EEED28C445ACE051 : public ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tB9C255FF1553F2DF4B85B383EEED28C445ACE051, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t84A0D0F1D3C7D6B768C678A9F07000BD199A6386 : public ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t84A0D0F1D3C7D6B768C678A9F07000BD199A6386, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t337A96D4C2ECE501DF1A2EE92BA03466DD8F3C36 : public ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t337A96D4C2ECE501DF1A2EE92BA03466DD8F3C36, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tAC0C460DACF7ABE50428A9D4E3C04DE5F30659F5 : public ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tAC0C460DACF7ABE50428A9D4E3C04DE5F30659F5, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t2521EC7227F2441CA06763EE362F76F976E9C8BE : public ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t2521EC7227F2441CA06763EE362F76F976E9C8BE, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t606C5B018B3F459309E4E5FA673C74C411B93602 : public ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t606C5B018B3F459309E4E5FA673C74C411B93602, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t60AE4EF5457EF571D99AC0725072392524B33F2A : public ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t60AE4EF5457EF571D99AC0725072392524B33F2A, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t36FCAF731A2CF3EC42FDD3D7CA7F0E26E30E8119 : public ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t36FCAF731A2CF3EC42FDD3D7CA7F0E26E30E8119, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t78E25BE7D2AC2CAAB12795801CDAE0A6FCB9D913 : public ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t78E25BE7D2AC2CAAB12795801CDAE0A6FCB9D913, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t628D83D765145525A95BBB802F8C246CF52EB6AF : public ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t628D83D765145525A95BBB802F8C246CF52EB6AF, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tB472C6C5F2B0AC7032F5164B4A3BC22C8FC0E968 : public ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tB472C6C5F2B0AC7032F5164B4A3BC22C8FC0E968, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tDA4C0F7395FDC02FA89DB30A2FCABA12B10E858B : public ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tDA4C0F7395FDC02FA89DB30A2FCABA12B10E858B, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t7C47B730409F9403B20F75B291D033D5550B165F : public ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t7C47B730409F9403B20F75B291D033D5550B165F, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t4D2E8B68DA48E0EE2D6F69F22F2D5EF50B0BF634 : public ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t4D2E8B68DA48E0EE2D6F69F22F2D5EF50B0BF634, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t1D7310B9C1C1F17C918509981A7FDCAE60FFCD71 : public ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t1D7310B9C1C1F17C918509981A7FDCAE60FFCD71, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t87EE16E6ACC5A079ED33196D69DD0E6A4C182F47 : public ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t87EE16E6ACC5A079ED33196D69DD0E6A4C182F47, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tF169EA8B8DFEC4EDD0F5CD6F524503A56E29E49E : public ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tF169EA8B8DFEC4EDD0F5CD6F524503A56E29E49E, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t29C0A0151322244D234005248CDD8271C8C76148 : public ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t29C0A0151322244D234005248CDD8271C8C76148, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t91A7353187527ED305D8FF0372BE596C5A5A5BBC : public ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t91A7353187527ED305D8FF0372BE596C5A5A5BBC, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_t3F5CEABA60CA8E621FE048B08E9D64623729E203 : public ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_t3F5CEABA60CA8E621FE048B08E9D64623729E203, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1 struct BinaryThresholdProcessor_1_tDB483913735FC716117EB6DB84A408F4A9573AB8 : public ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 { public: // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::definition BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(BinaryThresholdProcessor_1_tDB483913735FC716117EB6DB84A408F4A9573AB8, ___definition_3)); } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * get_definition_3() const { return ___definition_3; } inline BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1, ___frames_5)); } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)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.Pinnable`1 struct Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD : public RuntimeObject { public: // T System.Pinnable`1::Data Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD, ___Data_0)); } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 get_Data_0() const { return ___Data_0; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A : public RuntimeObject { public: // T System.Pinnable`1::Data Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A, ___Data_0)); } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD get_Data_0() const { return ___Data_0; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF, ___Data_0)); } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 get_Data_0() const { return ___Data_0; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC : public RuntimeObject { public: // T System.Pinnable`1::Data L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC, ___Data_0)); } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 get_Data_0() const { return ___Data_0; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E : public RuntimeObject { public: // T System.Pinnable`1::Data La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E, ___Data_0)); } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 get_Data_0() const { return ___Data_0; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3, ___Data_0)); } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 get_Data_0() const { return ___Data_0; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56, ___Data_0)); } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 get_Data_0() const { return ___Data_0; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804, ___Data_0)); } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 get_Data_0() const { return ___Data_0; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B, ___source_0)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_0() const { return ___source_0; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B, ___upper_1)); } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 get_upper_1() const { return ___upper_1; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B, ___lower_2)); } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 get_lower_2() const { return ___lower_2; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C, ___source_0)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_0() const { return ___source_0; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C, ___upper_1)); } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 get_upper_1() const { return ___upper_1; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C, ___lower_2)); } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 get_lower_2() const { return ___lower_2; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804, ___source_0)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_0() const { return ___source_0; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804, ___upper_1)); } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD get_upper_1() const { return ___upper_1; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804, ___lower_2)); } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD get_lower_2() const { return ___lower_2; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141, ___source_0)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_0() const { return ___source_0; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141, ___upper_1)); } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 get_upper_1() const { return ___upper_1; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141, ___lower_2)); } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 get_lower_2() const { return ___lower_2; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3, ___source_0)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3, ___upper_1)); } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C get_upper_1() const { return ___upper_1; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3, ___lower_2)); } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C get_lower_2() const { return ___lower_2; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14, ___source_0)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_source_0() const { return ___source_0; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14, ___upper_1)); } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 get_upper_1() const { return ___upper_1; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14, ___lower_2)); } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 get_lower_2() const { return ___lower_2; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70, ___source_0)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_0() const { return ___source_0; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70, ___upper_1)); } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 get_upper_1() const { return ___upper_1; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70, ___lower_2)); } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 get_lower_2() const { return ___lower_2; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2, ___source_0)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_0() const { return ___source_0; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2, ___upper_1)); } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 get_upper_1() const { return ___upper_1; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2, ___lower_2)); } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 get_lower_2() const { return ___lower_2; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2, ___source_0)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_0() const { return ___source_0; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2, ___upper_1)); } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 get_upper_1() const { return ___upper_1; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2, ___lower_2)); } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 get_lower_2() const { return ___lower_2; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203, ___source_0)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_0() const { return ___source_0; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203, ___upper_1)); } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E get_upper_1() const { return ___upper_1; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203, ___lower_2)); } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E get_lower_2() const { return ___lower_2; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0, ___source_0)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0, ___upper_1)); } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC get_upper_1() const { return ___upper_1; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0, ___lower_2)); } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC get_lower_2() const { return ___lower_2; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D, ___source_0)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_0() const { return ___source_0; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D, ___upper_1)); } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 get_upper_1() const { return ___upper_1; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D, ___lower_2)); } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 get_lower_2() const { return ___lower_2; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1, ___source_0)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_0() const { return ___source_0; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1, ___upper_1)); } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F get_upper_1() const { return ___upper_1; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1, ___lower_2)); } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F get_lower_2() const { return ___lower_2; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846, ___source_0)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846, ___upper_1)); } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 get_upper_1() const { return ___upper_1; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846, ___lower_2)); } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 get_lower_2() const { return ___lower_2; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF, ___source_0)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF, ___upper_1)); } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 get_upper_1() const { return ___upper_1; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF, ___lower_2)); } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 get_lower_2() const { return ___lower_2; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46, ___source_0)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46, ___upper_1)); } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 get_upper_1() const { return ___upper_1; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46, ___lower_2)); } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 get_lower_2() const { return ___lower_2; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD, ___source_0)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_0() const { return ___source_0; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD, ___upper_1)); } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 get_upper_1() const { return ___upper_1; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD, ___lower_2)); } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 get_lower_2() const { return ___lower_2; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81, ___source_0)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_0() const { return ___source_0; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81, ___upper_1)); } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 get_upper_1() const { return ___upper_1; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81, ___lower_2)); } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 get_lower_2() const { return ___lower_2; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64, ___source_0)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64, ___upper_1)); } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 get_upper_1() const { return ___upper_1; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64, ___lower_2)); } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 get_lower_2() const { return ___lower_2; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3, ___source_0)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_0() const { return ___source_0; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3, ___upper_1)); } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 get_upper_1() const { return ___upper_1; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3, ___lower_2)); } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 get_lower_2() const { return ___lower_2; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD, ___source_0)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD, ___upper_1)); } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB get_upper_1() const { return ___upper_1; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD, ___lower_2)); } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB get_lower_2() const { return ___lower_2; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556, ___source_0)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556, ___upper_1)); } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 get_upper_1() const { return ___upper_1; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556, ___lower_2)); } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 get_lower_2() const { return ___lower_2; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951, ___source_0)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_0() const { return ___source_0; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951, ___upper_1)); } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F get_upper_1() const { return ___upper_1; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951, ___lower_2)); } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F get_lower_2() const { return ___lower_2; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038, ___source_0)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038, ___upper_1)); } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC get_upper_1() const { return ___upper_1; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038, ___lower_2)); } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC get_lower_2() const { return ___lower_2; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF, ___source_0)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF, ___upper_1)); } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 get_upper_1() const { return ___upper_1; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF, ___lower_2)); } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 get_lower_2() const { return ___lower_2; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032, ___source_0)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032, ___upper_1)); } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F get_upper_1() const { return ___upper_1; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032, ___lower_2)); } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F get_lower_2() const { return ___lower_2; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35, ___source_0)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_0() const { return ___source_0; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35, ___upper_1)); } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 get_upper_1() const { return ___upper_1; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35, ___lower_2)); } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 get_lower_2() const { return ___lower_2; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD, ___source_0)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_0() const { return ___source_0; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD, ___upper_1)); } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 get_upper_1() const { return ___upper_1; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD, ___lower_2)); } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 get_lower_2() const { return ___lower_2; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation struct RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 { public: // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_0; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::upper Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___upper_1; // TPixel SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::lower Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___lower_2; // System.Byte SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::threshold uint8_t ___threshold_3; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::mode int32_t ___mode_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::startX int32_t ___startX_5; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_6; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20, ___source_0)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_0() const { return ___source_0; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_upper_1() { return static_cast(offsetof(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20, ___upper_1)); } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C get_upper_1() const { return ___upper_1; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * get_address_of_upper_1() { return &___upper_1; } inline void set_upper_1(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C value) { ___upper_1 = value; } inline static int32_t get_offset_of_lower_2() { return static_cast(offsetof(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20, ___lower_2)); } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C get_lower_2() const { return ___lower_2; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * get_address_of_lower_2() { return &___lower_2; } inline void set_lower_2(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C value) { ___lower_2 = value; } inline static int32_t get_offset_of_threshold_3() { return static_cast(offsetof(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20, ___threshold_3)); } inline uint8_t get_threshold_3() const { return ___threshold_3; } inline uint8_t* get_address_of_threshold_3() { return &___threshold_3; } inline void set_threshold_3(uint8_t value) { ___threshold_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_startX_5() { return static_cast(offsetof(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20, ___startX_5)); } inline int32_t get_startX_5() const { return ___startX_5; } inline int32_t* get_address_of_startX_5() { return &___startX_5; } inline void set_startX_5(int32_t value) { ___startX_5 = value; } inline static int32_t get_offset_of_configuration_6() { return static_cast(offsetof(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20, ___configuration_6)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_6() const { return ___configuration_6; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_6() { return &___configuration_6; } inline void set_configuration_6(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor struct BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 : public RuntimeObject { public: // SixLabors.ImageSharp.GraphicsOptions SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor::k__BackingField GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * ___U3CGraphicsOptionsU3Ek__BackingField_0; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor::k__BackingField Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___U3CColorU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CGraphicsOptionsU3Ek__BackingField_0() { return static_cast(offsetof(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727, ___U3CGraphicsOptionsU3Ek__BackingField_0)); } inline GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * get_U3CGraphicsOptionsU3Ek__BackingField_0() const { return ___U3CGraphicsOptionsU3Ek__BackingField_0; } inline GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 ** get_address_of_U3CGraphicsOptionsU3Ek__BackingField_0() { return &___U3CGraphicsOptionsU3Ek__BackingField_0; } inline void set_U3CGraphicsOptionsU3Ek__BackingField_0(GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * value) { ___U3CGraphicsOptionsU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGraphicsOptionsU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CColorU3Ek__BackingField_1() { return static_cast(offsetof(BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727, ___U3CColorU3Ek__BackingField_1)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_U3CColorU3Ek__BackingField_1() const { return ___U3CColorU3Ek__BackingField_1; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_U3CColorU3Ek__BackingField_1() { return &___U3CColorU3Ek__BackingField_1; } inline void set_U3CColorU3Ek__BackingField_1(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___U3CColorU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CColorU3Ek__BackingField_1))->___boxedHighPrecisionPixel_1), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor struct BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD : public RuntimeObject { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor::k__BackingField float ___U3CThresholdU3Ek__BackingField_0; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor::k__BackingField Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___U3CUpperColorU3Ek__BackingField_1; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor::k__BackingField Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___U3CLowerColorU3Ek__BackingField_2; // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor::k__BackingField int32_t ___U3CModeU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CThresholdU3Ek__BackingField_0() { return static_cast(offsetof(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD, ___U3CThresholdU3Ek__BackingField_0)); } inline float get_U3CThresholdU3Ek__BackingField_0() const { return ___U3CThresholdU3Ek__BackingField_0; } inline float* get_address_of_U3CThresholdU3Ek__BackingField_0() { return &___U3CThresholdU3Ek__BackingField_0; } inline void set_U3CThresholdU3Ek__BackingField_0(float value) { ___U3CThresholdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CUpperColorU3Ek__BackingField_1() { return static_cast(offsetof(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD, ___U3CUpperColorU3Ek__BackingField_1)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_U3CUpperColorU3Ek__BackingField_1() const { return ___U3CUpperColorU3Ek__BackingField_1; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_U3CUpperColorU3Ek__BackingField_1() { return &___U3CUpperColorU3Ek__BackingField_1; } inline void set_U3CUpperColorU3Ek__BackingField_1(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___U3CUpperColorU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CUpperColorU3Ek__BackingField_1))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_U3CLowerColorU3Ek__BackingField_2() { return static_cast(offsetof(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD, ___U3CLowerColorU3Ek__BackingField_2)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_U3CLowerColorU3Ek__BackingField_2() const { return ___U3CLowerColorU3Ek__BackingField_2; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_U3CLowerColorU3Ek__BackingField_2() { return &___U3CLowerColorU3Ek__BackingField_2; } inline void set_U3CLowerColorU3Ek__BackingField_2(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___U3CLowerColorU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CLowerColorU3Ek__BackingField_2))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_U3CModeU3Ek__BackingField_3() { return static_cast(offsetof(BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD, ___U3CModeU3Ek__BackingField_3)); } inline int32_t get_U3CModeU3Ek__BackingField_3() const { return ___U3CModeU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CModeU3Ek__BackingField_3() { return &___U3CModeU3Ek__BackingField_3; } inline void set_U3CModeU3Ek__BackingField_3(int32_t value) { ___U3CModeU3Ek__BackingField_3 = 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); } }; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile struct ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 : public RuntimeObject { public: // System.Byte[] SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_0; // System.Collections.Generic.List`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::values List_1_t127105002F7682368A9E8A0D229148FF349A3088 * ___values_1; // System.Int32 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::thumbnailOffset int32_t ___thumbnailOffset_2; // System.Int32 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::thumbnailLength int32_t ___thumbnailLength_3; // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifParts SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::k__BackingField int32_t ___U3CPartsU3Ek__BackingField_4; // System.Collections.Generic.IReadOnlyList`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::k__BackingField RuntimeObject* ___U3CInvalidTagsU3Ek__BackingField_5; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45, ___data_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_0() const { return ___data_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45, ___values_1)); } inline List_1_t127105002F7682368A9E8A0D229148FF349A3088 * get_values_1() const { return ___values_1; } inline List_1_t127105002F7682368A9E8A0D229148FF349A3088 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(List_1_t127105002F7682368A9E8A0D229148FF349A3088 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of_thumbnailOffset_2() { return static_cast(offsetof(ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45, ___thumbnailOffset_2)); } inline int32_t get_thumbnailOffset_2() const { return ___thumbnailOffset_2; } inline int32_t* get_address_of_thumbnailOffset_2() { return &___thumbnailOffset_2; } inline void set_thumbnailOffset_2(int32_t value) { ___thumbnailOffset_2 = value; } inline static int32_t get_offset_of_thumbnailLength_3() { return static_cast(offsetof(ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45, ___thumbnailLength_3)); } inline int32_t get_thumbnailLength_3() const { return ___thumbnailLength_3; } inline int32_t* get_address_of_thumbnailLength_3() { return &___thumbnailLength_3; } inline void set_thumbnailLength_3(int32_t value) { ___thumbnailLength_3 = value; } inline static int32_t get_offset_of_U3CPartsU3Ek__BackingField_4() { return static_cast(offsetof(ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45, ___U3CPartsU3Ek__BackingField_4)); } inline int32_t get_U3CPartsU3Ek__BackingField_4() const { return ___U3CPartsU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CPartsU3Ek__BackingField_4() { return &___U3CPartsU3Ek__BackingField_4; } inline void set_U3CPartsU3Ek__BackingField_4(int32_t value) { ___U3CPartsU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CInvalidTagsU3Ek__BackingField_5() { return static_cast(offsetof(ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45, ___U3CInvalidTagsU3Ek__BackingField_5)); } inline RuntimeObject* get_U3CInvalidTagsU3Ek__BackingField_5() const { return ___U3CInvalidTagsU3Ek__BackingField_5; } inline RuntimeObject** get_address_of_U3CInvalidTagsU3Ek__BackingField_5() { return &___U3CInvalidTagsU3Ek__BackingField_5; } inline void set_U3CInvalidTagsU3Ek__BackingField_5(RuntimeObject* value) { ___U3CInvalidTagsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInvalidTagsU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.FlipProcessor struct FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A : public RuntimeObject { public: // SixLabors.ImageSharp.Processing.FlipMode SixLabors.ImageSharp.Processing.Processors.Transforms.FlipProcessor::k__BackingField int32_t ___U3CFlipModeU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CFlipModeU3Ek__BackingField_0() { return static_cast(offsetof(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A, ___U3CFlipModeU3Ek__BackingField_0)); } inline int32_t get_U3CFlipModeU3Ek__BackingField_0() const { return ___U3CFlipModeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CFlipModeU3Ek__BackingField_0() { return &___U3CFlipModeU3Ek__BackingField_0; } inline void set_U3CFlipModeU3Ek__BackingField_0(int32_t value) { ___U3CFlipModeU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.GraphicsOptions struct GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 : public RuntimeObject { public: // System.Single SixLabors.ImageSharp.GraphicsOptions::blendPercentage float ___blendPercentage_0; // SixLabors.ImageSharp.PixelFormats.PixelColorBlendingMode SixLabors.ImageSharp.GraphicsOptions::k__BackingField int32_t ___U3CColorBlendingModeU3Ek__BackingField_1; // SixLabors.ImageSharp.PixelFormats.PixelAlphaCompositionMode SixLabors.ImageSharp.GraphicsOptions::k__BackingField int32_t ___U3CAlphaCompositionModeU3Ek__BackingField_2; public: inline static int32_t get_offset_of_blendPercentage_0() { return static_cast(offsetof(GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82, ___blendPercentage_0)); } inline float get_blendPercentage_0() const { return ___blendPercentage_0; } inline float* get_address_of_blendPercentage_0() { return &___blendPercentage_0; } inline void set_blendPercentage_0(float value) { ___blendPercentage_0 = value; } inline static int32_t get_offset_of_U3CColorBlendingModeU3Ek__BackingField_1() { return static_cast(offsetof(GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82, ___U3CColorBlendingModeU3Ek__BackingField_1)); } inline int32_t get_U3CColorBlendingModeU3Ek__BackingField_1() const { return ___U3CColorBlendingModeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CColorBlendingModeU3Ek__BackingField_1() { return &___U3CColorBlendingModeU3Ek__BackingField_1; } inline void set_U3CColorBlendingModeU3Ek__BackingField_1(int32_t value) { ___U3CColorBlendingModeU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CAlphaCompositionModeU3Ek__BackingField_2() { return static_cast(offsetof(GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82, ___U3CAlphaCompositionModeU3Ek__BackingField_2)); } inline int32_t get_U3CAlphaCompositionModeU3Ek__BackingField_2() const { return ___U3CAlphaCompositionModeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CAlphaCompositionModeU3Ek__BackingField_2() { return &___U3CAlphaCompositionModeU3Ek__BackingField_2; } inline void set_U3CAlphaCompositionModeU3Ek__BackingField_2(int32_t value) { ___U3CAlphaCompositionModeU3Ek__BackingField_2 = 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); } }; // System.ComponentModel.ListChangedEventArgs struct ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.ComponentModel.ListChangedType System.ComponentModel.ListChangedEventArgs::listChangedType int32_t ___listChangedType_1; // System.Int32 System.ComponentModel.ListChangedEventArgs::newIndex int32_t ___newIndex_2; // System.Int32 System.ComponentModel.ListChangedEventArgs::oldIndex int32_t ___oldIndex_3; // System.ComponentModel.PropertyDescriptor System.ComponentModel.ListChangedEventArgs::propDesc PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___propDesc_4; public: inline static int32_t get_offset_of_listChangedType_1() { return static_cast(offsetof(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632, ___listChangedType_1)); } inline int32_t get_listChangedType_1() const { return ___listChangedType_1; } inline int32_t* get_address_of_listChangedType_1() { return &___listChangedType_1; } inline void set_listChangedType_1(int32_t value) { ___listChangedType_1 = value; } inline static int32_t get_offset_of_newIndex_2() { return static_cast(offsetof(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632, ___newIndex_2)); } inline int32_t get_newIndex_2() const { return ___newIndex_2; } inline int32_t* get_address_of_newIndex_2() { return &___newIndex_2; } inline void set_newIndex_2(int32_t value) { ___newIndex_2 = value; } inline static int32_t get_offset_of_oldIndex_3() { return static_cast(offsetof(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632, ___oldIndex_3)); } inline int32_t get_oldIndex_3() const { return ___oldIndex_3; } inline int32_t* get_address_of_oldIndex_3() { return &___oldIndex_3; } inline void set_oldIndex_3(int32_t value) { ___oldIndex_3 = value; } inline static int32_t get_offset_of_propDesc_4() { return static_cast(offsetof(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632, ___propDesc_4)); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * get_propDesc_4() const { return ___propDesc_4; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** get_address_of_propDesc_4() { return &___propDesc_4; } inline void set_propDesc_4(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { ___propDesc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___propDesc_4), (void*)value); } }; // 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; }; // SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor struct RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 : public AffineTransformProcessor_t2F8E12BEBCC2C6A8B354FAFC098F5264A3385B0D { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::k__BackingField float ___U3CDegreesU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CDegreesU3Ek__BackingField_3() { return static_cast(offsetof(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9, ___U3CDegreesU3Ek__BackingField_3)); } inline float get_U3CDegreesU3Ek__BackingField_3() const { return ___U3CDegreesU3Ek__BackingField_3; } inline float* get_address_of_U3CDegreesU3Ek__BackingField_3() { return &___U3CDegreesU3Ek__BackingField_3; } inline void set_U3CDegreesU3Ek__BackingField_3(float value) { ___U3CDegreesU3Ek__BackingField_3 = value; } }; // 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.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 : 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.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C : public MulticastDelegate_t { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 m_Items[1]; public: inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * 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, Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t4E829FF152E1FD143B0527FE7C833AEB5B096904 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A m_Items[1]; public: inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * 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, Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t407CDD7381C0D763DA90B9F5EC0BB0E889E2F83A value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 m_Items[1]; public: inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * 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, Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t24EEB4EFE7C498DA9E5DD525272AB07EA9D04273 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 m_Items[1]; public: inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * 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, Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tE0CCF9F9484743A26D196A1A577F96C0AA2CAB68 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A m_Items[1]; public: inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * 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, Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tFEAFC7C364C693DA9F287675C6B967877F7A393A value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t885415045473B7F42DAE4C8679D299E13D170D6A m_Items[1]; public: inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * 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, Moment_t885415045473B7F42DAE4C8679D299E13D170D6A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t885415045473B7F42DAE4C8679D299E13D170D6A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t885415045473B7F42DAE4C8679D299E13D170D6A value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 m_Items[1]; public: inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * 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, Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t18794E9BF4C6639FFBEEF97D0F0185556F6F83D2 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 m_Items[1]; public: inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * 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, Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t762BFA78E94E37B552ECBFED585A58B058E7AFD5 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 m_Items[1]; public: inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * 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, Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t2E8FDC104B1DC91EABCB64CF11A049B522A9C7F8 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF m_Items[1]; public: inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * 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, Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tBE5A508CCA947A8962539D91227EF9EAC312BECF value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F m_Items[1]; public: inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * 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, Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tB509ECB8EEE17444F744CA9D1EF98897872BE57F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE m_Items[1]; public: inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * 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, Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tD7E723E616A42EBCA887A20A73D692A8FE9DA8DE value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t4C99072E11077166377CCD2881DF934837F9BA3B m_Items[1]; public: inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * 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, Moment_t4C99072E11077166377CCD2881DF934837F9BA3B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t4C99072E11077166377CCD2881DF934837F9BA3B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t4C99072E11077166377CCD2881DF934837F9BA3B value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F m_Items[1]; public: inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * 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, Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tCA28C0EDBB9DC3DA25099E80C771A1D4BB53819F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C m_Items[1]; public: inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * 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, Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tE9D992B2B74D56663E163E38D022FFF37D1E3F0C value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB m_Items[1]; public: inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * 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, Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t1146D1A10D3D26340B36635CA612E6BEC02071BB value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tB524CC81FBD87492BC411766CDB3040D1799053A m_Items[1]; public: inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A * 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, Moment_tB524CC81FBD87492BC411766CDB3040D1799053A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tB524CC81FBD87492BC411766CDB3040D1799053A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tB524CC81FBD87492BC411766CDB3040D1799053A value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C m_Items[1]; public: inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C * 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, Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t68024596A0569C1335B22DCD1B0A7DC46B979F5C value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 m_Items[1]; public: inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 * 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, Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tA06D03FB285413EF22AD97BA17594D96C7BDED20 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t94BC4CA21F440059214263A242302F917CFF4F8D m_Items[1]; public: inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D * 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, Moment_t94BC4CA21F440059214263A242302F917CFF4F8D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t94BC4CA21F440059214263A242302F917CFF4F8D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t94BC4CA21F440059214263A242302F917CFF4F8D value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD m_Items[1]; public: inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD * 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, Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tE6F3148FD3DE87115C7C861B2ABE09A757CE39CD value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE m_Items[1]; public: inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE * 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, Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tA8F9A360401D3F836D8310426E6B4F5B9E3DD5CE value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 m_Items[1]; public: inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 * 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, Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tFEF5EA77944B53F69337191FBDD3EA7FEED2B637 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 m_Items[1]; public: inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 * 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, Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t88AEDF4EC7B797E3507D3906B2A8C2C9AE63B7E0 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF m_Items[1]; public: inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF * 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, Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tF13151A55827B4AFF31B9E3790641CC4AE669EFF value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D m_Items[1]; public: inline Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D * 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, Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tC34D9F26BE65E4F0F27249E1BE416049111D3E3D value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 m_Items[1]; public: inline Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 * 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, Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t7917636C1914E6FF2D0FCD7523919A0CE7471807 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD : public RuntimeArray { public: ALIGN_FIELD (8) Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 m_Items[1]; public: inline Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 * 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, Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_t8C06583AA38B565515A3BE7AF33013EC9B0FD329 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.WuQuantizer`1/Moment[] struct MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0 : public RuntimeArray { public: ALIGN_FIELD (8) Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 m_Items[1]; public: inline Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 * 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, Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Moment_tBFF907F704A78F7C504ECBC689FFBAA835B43E15 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.A8[] struct A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B : public RuntimeArray { public: ALIGN_FIELD (8) A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 m_Items[1]; public: inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * 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, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Abgr32[] struct Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283 : public RuntimeArray { public: ALIGN_FIELD (8) Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 m_Items[1]; public: inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * 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, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Argb32[] struct Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948 : public RuntimeArray { public: ALIGN_FIELD (8) Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD m_Items[1]; public: inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * 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, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr24[] struct Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8 : public RuntimeArray { public: ALIGN_FIELD (8) Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 m_Items[1]; public: inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * 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, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr565[] struct Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4 : public RuntimeArray { public: ALIGN_FIELD (8) Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C m_Items[1]; public: inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * 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, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra32[] struct Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581 : public RuntimeArray { public: ALIGN_FIELD (8) Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 m_Items[1]; public: inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * 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, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra4444[] struct Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC : public RuntimeArray { public: ALIGN_FIELD (8) Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 m_Items[1]; public: inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * 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, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra5551[] struct Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775 : public RuntimeArray { public: ALIGN_FIELD (8) Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 m_Items[1]; public: inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * 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, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.Formats.Jpeg.Components.Block8x8[] struct Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174 : public RuntimeArray { public: ALIGN_FIELD (8) Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 m_Items[1]; public: inline Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 * 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, Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Block8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37 value) { m_Items[index] = value; } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_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, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Byte4[] struct Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765 : public RuntimeArray { public: ALIGN_FIELD (8) Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 m_Items[1]; public: inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * 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, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.ComplexVector4[] struct ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5 : public RuntimeArray { public: ALIGN_FIELD (8) ComplexVector4_t88219122749587130667C01407E5E785BC2055EB m_Items[1]; public: inline ComplexVector4_t88219122749587130667C01407E5E785BC2055EB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ComplexVector4_t88219122749587130667C01407E5E785BC2055EB * 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, ComplexVector4_t88219122749587130667C01407E5E785BC2055EB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ComplexVector4_t88219122749587130667C01407E5E785BC2055EB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ComplexVector4_t88219122749587130667C01407E5E785BC2055EB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ComplexVector4_t88219122749587130667C01407E5E785BC2055EB value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 m_Items[1]; public: inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * 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, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* 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, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfSingle[] struct HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454 : public RuntimeArray { public: ALIGN_FIELD (8) HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E m_Items[1]; public: inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * 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, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector2[] struct HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8 : public RuntimeArray { public: ALIGN_FIELD (8) HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC m_Items[1]; public: inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * 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, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector4[] struct HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0 : public RuntimeArray { public: ALIGN_FIELD (8) HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 m_Items[1]; public: inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * 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, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { m_Items[index] = 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.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.L16[] struct L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D : public RuntimeArray { public: ALIGN_FIELD (8) L16_t82A3FD4325827CB571596BA0DA68B251F985D94F m_Items[1]; public: inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * 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, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.L8[] struct L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236 : public RuntimeArray { public: ALIGN_FIELD (8) L8_t0DC62ABA8124A587901AC9D023076EF568A23003 m_Items[1]; public: inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * 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, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.La16[] struct La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C : public RuntimeArray { public: ALIGN_FIELD (8) La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 m_Items[1]; public: inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * 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, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.La32[] struct La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE : public RuntimeArray { public: ALIGN_FIELD (8) La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 m_Items[1]; public: inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * 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, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte2[] struct NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3 : public RuntimeArray { public: ALIGN_FIELD (8) NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 m_Items[1]; public: inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * 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, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte4[] struct NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E : public RuntimeArray { public: ALIGN_FIELD (8) NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 m_Items[1]; public: inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * 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, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort2[] struct NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE : public RuntimeArray { public: ALIGN_FIELD (8) NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 m_Items[1]; public: inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * 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, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort4[] struct NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83 : public RuntimeArray { public: ALIGN_FIELD (8) NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 m_Items[1]; public: inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * 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, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rg32[] struct Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E : public RuntimeArray { public: ALIGN_FIELD (8) Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB m_Items[1]; public: inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * 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, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb24[] struct Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284 : public RuntimeArray { public: ALIGN_FIELD (8) Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 m_Items[1]; public: inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * 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, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb48[] struct Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058 : public RuntimeArray { public: ALIGN_FIELD (8) Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F m_Items[1]; public: inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * 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, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba1010102[] struct Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92 : public RuntimeArray { public: ALIGN_FIELD (8) Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC m_Items[1]; public: inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * 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, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba32[] struct Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9 : public RuntimeArray { public: ALIGN_FIELD (8) Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 m_Items[1]; public: inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * 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, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba64[] struct Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885 : public RuntimeArray { public: ALIGN_FIELD (8) Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F m_Items[1]; public: inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * 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, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.RgbaVector[] struct RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4 : public RuntimeArray { public: ALIGN_FIELD (8) RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 m_Items[1]; public: inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * 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, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Short2[] struct Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0 : public RuntimeArray { public: ALIGN_FIELD (8) Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 m_Items[1]; public: inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * 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, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 value) { m_Items[index] = value; } }; // SixLabors.ImageSharp.PixelFormats.Short4[] struct Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5 : public RuntimeArray { public: ALIGN_FIELD (8) Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C m_Items[1]; public: inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * 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, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* 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, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F : public RuntimeArray { public: ALIGN_FIELD (8) Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 m_Items[1]; public: inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { m_Items[index] = 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.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA m_Items[1]; public: inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * 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, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::GetValue(SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_gshared (ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * __this, ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___tag0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::SetValue(SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1,TValueType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_gshared (ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * __this, ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___tag0, uint16_t ___value1, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m8EE0EDA21EA566BFCC21A2400C8A4482AA34D661_gshared (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___value0, const RuntimeMethod* method); // System.Span`1 SixLabors.ImageSharp.Memory.MemoryOwnerExtensions::GetSpan(System.Buffers.IMemoryOwner`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_gshared_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_gshared (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, float ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m57171D592CEFA1E1AE6A45C7BA9A959131CED96C_gshared_inline (RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m37C02A4AA0A881E88C789F9FCB1D697C3EF97CA2_gshared (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m8BF4EF8931A382BE9D33379C5D61C455FB6FB859_gshared_inline (RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m9A82F4CC2224107B5E4A43F953D3E0475355045F_gshared (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m5E6C5FE55F55F08CC10A5DFECCE0E6B15BAF938A_gshared_inline (RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m86223DD87EBC14124AA03F1FA41695887B90AD64_gshared (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m53FE32E1BDB52D0C6B9125EEEF22A14C633555E5_gshared_inline (RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m59FBDC591E58776ADC51215031F31EBC24B52BE1_gshared (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m6EC19446CF6E42F1C791589A981A61B7B84F8213_gshared_inline (RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m41550B22CF2883A4B4D935679AD874C472E91E0C_gshared (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mC78D3C70319B80DA2567EAD05B067C3BECC411EC_gshared_inline (RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mE386CE1259057C2B7061C3496823B621F396C7A3_gshared (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m9CDCC6D336CA4B3C004C00381F15992D88344102_gshared_inline (RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mF7FD2CFA9E9D2B82588DA3F9ED9837C9B47A83DC_gshared (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mCFF7BE3578357C2AA1AD53ABBBAAEE03633D27CD_gshared_inline (RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m69A71BB59E324E6500E84457579B26F4ED6E9305_gshared (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m1E04C59FDE1AF7149523889CEB2187DAD60AAA0C_gshared_inline (RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m5E79161F17CD2AADD28CF0F1D09F074DB2D45F45_gshared (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m3F8B874D917BCECB8BD9DB0BAC6C7CF5F161B889_gshared_inline (RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m5D232BCA14AC9C5240DE25A4F7D44990656D6BE1_gshared (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m349E1A7273D428C276241FFE7EF0BD18CFA6AAFA_gshared_inline (RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mEA201FCC17CF182365446956EF970E80D22599D6_gshared (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mEDC961FEE1A5DA334D4DCFE8B16727AD0B2B5BDD_gshared_inline (RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m6564998454354F81F411B2C3CBB8AE9E05E0779A_gshared (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m0F66CCFCB5C664DD6E46AEA5CF86FC714BE823D9_gshared_inline (RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mB122C34CDCFB09CD7FBD76C748EDEF77609E07E5_gshared (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mE44558BE3FA921A3CE09831CBCAA09F928FF4BC6_gshared_inline (RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m5EC8422AD6F245D2251389D35200F49B6B730E21_gshared (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m324EE566E7542FC9078A75EF6447109A68C080E1_gshared_inline (RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m40BEBA547DBF792ADCBFDA2B7CA79FAA5BD82164_gshared (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m9A9C2EA1F7C746007C28BAFE24FE73B28BE40450_gshared_inline (RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m975730E5AB42E99BE0E9CF4AF0385995D9B0D87D_gshared (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m59287FE59ED6C2024E225FD5005D22FDA40F86E4_gshared_inline (RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m7FD37890C3E4B843E7F10ADDD6C0889F25BE9C2F_gshared (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m066EF00D93C453BB4C65002871A8C90BCBACC439_gshared_inline (RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m82CC1CAE5FB81C11E742BC4E85F38D686677F91B_gshared (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mE6209E709408AE0C66D966C0B6309C88CE5E8B75_gshared_inline (RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m3C6D1EE22D02513979DBAF3F64B288237C2EC873_gshared (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m77F4204E2ED51C39E17FB4AB42A8CA07A0EFF843_gshared_inline (RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mAD56FE0571BD2A8FFF7884919F867105854D2C87_gshared (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m06795C7DA3830E095F3E8D7AA5CFC09321B1571E_gshared_inline (RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mAC8E622910A1C1A99B68FEC18B1E3126B37E4AD8_gshared (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m165D08D12DB50697E7730C5A7E2F81562417FEC7_gshared_inline (RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mE7FD5D85D6DD7C1A3DC4D71E2045654AB5BA1F0D_gshared (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m89FE49D04B6FE9D434D4CEABFC77629F966F1193_gshared_inline (RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mEF458D812ED581C6F49C92DBAC595DFAD84E5638_gshared (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m26C12AEEB0DC5C7C743CDD135528A9EB2C2632D0_gshared_inline (RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m7D7AD5E1204C3DAAB2ABC1C2C582BA87698EED55_gshared (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m9B904F64FDACA3BE003605D9FD856ECEF4955C6C_gshared_inline (RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mFB89757C7C3EE780322EAD400107556A47FEBE86_gshared (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mD7B12760491F1A0C8E6CEFD569676EC78F07F209_gshared_inline (RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_m25A2CEE3410587D5F796CF20A102656E8A19B050_gshared (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mC3E3A1A1AC26C5FCFE09B9A50CB9BF54BF98810E_gshared_inline (RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mB6DCF3F6312603041BA64072838FF6957F54FBD1_gshared (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mF0AB966A95C66A5EEA2E11922817C97C0B8A9473_gshared_inline (RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source5, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Span_1_Fill_mA2CD86E1C7D73FDB240A31E95F4C68A28E4B291E_gshared (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m34BF535AD87885084354D4D76C1E1139943F4E16_gshared_inline (RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m46B06139BB253E321574A070C4602CF1A9F4D641_gshared_inline (RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B * __this, int32_t ___startX0, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source1, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___upper2, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m51F208601C4429E2E4D5BD735AE88893EB0C2FDF_gshared_inline (RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C * __this, int32_t ___startX0, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source1, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___upper2, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m71A23A235B742D2817ACD69B95293618D6591CE3_gshared_inline (RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 * __this, int32_t ___startX0, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source1, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___upper2, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m5BA0549C17C5BD642F113A751903A19514AF72C5_gshared_inline (RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 * __this, int32_t ___startX0, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source1, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___upper2, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m57D65FD8CA616482EC7E0A44C14A295A7E40E5A4_gshared_inline (RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 * __this, int32_t ___startX0, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source1, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___upper2, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m8F6D564637CF094A9A134E2BC67F1D452F780370_gshared_inline (RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 * __this, int32_t ___startX0, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source1, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___upper2, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m363CD7507A3010314CEA893A31883697AC050708_gshared_inline (RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 * __this, int32_t ___startX0, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source1, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___upper2, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m4ACCC112A715699616CACCC27259C82815A29B54_gshared_inline (RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 * __this, int32_t ___startX0, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source1, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___upper2, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m3E2D0EB6864F870831CFD50D2EDF7A8FCE7596C9_gshared_inline (RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 * __this, int32_t ___startX0, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source1, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___upper2, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m04F3A2F97FC998D6BA885148F9C0CC084238AB1B_gshared_inline (RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 * __this, int32_t ___startX0, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source1, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___upper2, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mF6C0FA641AB4585FFB324C28D9FC9AA3525E2431_gshared_inline (RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 * __this, int32_t ___startX0, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source1, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___upper2, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m1EE437033FF3A73CFFB167EACA999F8A20BE1DF2_gshared_inline (RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D * __this, int32_t ___startX0, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source1, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___upper2, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m78F37163F3B5305CFCF07FDDBA5607AB6B1C56D2_gshared_inline (RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 * __this, int32_t ___startX0, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source1, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___upper2, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m63B86EE158AA539126D0B507A01E2424B555D48A_gshared_inline (RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 * __this, int32_t ___startX0, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source1, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___upper2, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mAFF36B07CEDC1BD141A96834B1039BB8845DD2BF_gshared_inline (RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF * __this, int32_t ___startX0, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source1, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___upper2, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m8FE6B021C24562A0858CCFF3823D6A0008196C76_gshared_inline (RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 * __this, int32_t ___startX0, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source1, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___upper2, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m8E66C199E038AD8A8C207D508BD636B986ACFBAC_gshared_inline (RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD * __this, int32_t ___startX0, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source1, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___upper2, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mAC3A9F7F3D28FDD1B307BDE293C54DAF2099055F_gshared_inline (RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 * __this, int32_t ___startX0, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source1, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___upper2, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m4D424DCC566D8A921FFEFD22EE81DE5BAF877B9B_gshared_inline (RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 * __this, int32_t ___startX0, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source1, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___upper2, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m51AD3EEBABE86412379835ACA5F0D12BCAFBAACC_gshared_inline (RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 * __this, int32_t ___startX0, Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source1, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___upper2, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mB05261254FD58055FDBDAFFFE1C5521C6B118305_gshared_inline (RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD * __this, int32_t ___startX0, Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source1, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___upper2, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m5E20696342D9D0E6151F5161E881FA928E28A0E8_gshared_inline (RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 * __this, int32_t ___startX0, Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source1, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___upper2, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m14F1A59CAFD3D12E80500DD467C07F012CF4FED7_gshared_inline (RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 * __this, int32_t ___startX0, Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source1, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___upper2, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m3C902204D63FDC0C1FEDB4CAD65C712D997CD438_gshared_inline (RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 * __this, int32_t ___startX0, Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source1, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___upper2, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m43EEB2154C53EEBB50FE1658D1DE22B15949DABE_gshared_inline (RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF * __this, int32_t ___startX0, Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source1, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___upper2, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m98660F404491A7DD45D13FD92D1ABBFCE62096C6_gshared_inline (RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 * __this, int32_t ___startX0, Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source1, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___upper2, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mE353F4408C8CEE7DAEDADE1853AD1FDEB328AB32_gshared_inline (RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 * __this, int32_t ___startX0, Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source1, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___upper2, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m12DA4741AE996FE1D361FD7F7B27D2AA051C472C_gshared_inline (RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD * __this, int32_t ___startX0, Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source1, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___upper2, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mCB1ED7037EFEDAC9559578958FF6823809AB9098_gshared_inline (RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 * __this, int32_t ___startX0, Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source1, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___upper2, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C Span_1_Slice_mDB399EE2FB990BAA7FD043B01FDF4438531C90AB_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mFE8C56CCFBD981B4DA0A6D32380029195FFB8745_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 Span_1_Slice_mE1B86AC5E6745C7CB777D78EE00094E071266DC3_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m176CEAEB6386CCA2EF095FC9735B37322BF9A045_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF Span_1_Slice_m2ACA2A233351B483E8415BA6F76F534DCA805C1E_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m50431E7E1553BC6AF36A1E2F862C84410EE4CF9F_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 Span_1_Slice_m8A94A2281F04E4BAFB1CA855AC3B3AD5E7FB1F46_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m1B94661F3D26F37AD88E2F80DA6E5605E7BFC53D_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA Span_1_Slice_mADEBB15CAD1264E0C2B47FF28F04D8F6558D9173_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m28E34573899865E5FF23BA9F875011C389D230B9_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tC089F74404A3C46975952EE686EC533667BB207F Span_1_Slice_m25DF8A7217E853F02CEAC159C9AF0A23CC3FB59A_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m3C15B7205B75185293799F05ECB2ADC40B57B176_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E Span_1_Slice_mC1FB5AB9AA0CBB33516FA064BCA4A6B0CFDAA801_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m6496F41590AC0C4BF7831B35A850B01AE07B2B24_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 Span_1_Slice_m13D14E709EA262FF40F2ECAE18849E4FB39822A9_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m04F37EB3E2A2D9969A42BD57D365DE1C4FE25AE4_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 Span_1_Slice_mECB3E6139C140F6ECA83F51E0697F4E26768B2CD_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mBF65F19E1B312F3E3ECB0B334104437C5654DAA3_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 Span_1_Slice_mEF45C76BF20A056622F9BAC0B4E9A4BFE017A462_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m221D13FF2451AA8A8B82F45C6B7574939AF086A1_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 Span_1_Slice_mED8124CF61E94D5CC3B0BB3C5AB33BD12BA8F289_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mB4F3A058E9C875E1027295E61D40AB3CC22D827A_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 Span_1_Slice_m516B6C05128C399B7FBE99B185236F3E7EA5241D_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m566927302C1B0D90D5431E881A8292F7717879C7_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE Span_1_Slice_m9780C2AE3A48E4B6BD2CE774A250D2B5DAC874FA_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m837DBEE16B67AA5FBB82D94BFA6DAE1AAD49C999_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 Span_1_Slice_mB94A1C14F1B3AE7FABFBAAE89AD2865CF3D3FA7D_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mC5F2E32BABADD4DC7CBCA6C09C42021DCB614B86_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC Span_1_Slice_m6802B80337A69DAC80EA21713246D122CDAE01C9_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m2B0E380B0AE9EE64DD727D590B20C50DE0BFBD0C_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 Span_1_Slice_mCDF8FF883FE407C4A058444A1CE9EE8DC9A779F2_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m84CEA86530A516906E94048E39CB7404D11AB971_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 Span_1_Slice_m89B2FF4D01B69C3F755FFB50E41D7FE13B49806F_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m6E87FD439A02FDA7AA9EEF58F52278CB5E8A4BC3_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mD50ED9C8D9CF38E6F5B936F905BE06A5AD1B636D_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m7CA16406D797634AD097A96DC9BD7C4353FCBF3A_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, const RuntimeMethod* method); // System.Span`1 System.Memory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 Memory_1_get_Span_m928F551E59E8B11542D25F22BFBCB34260C42A5B_gshared_inline (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 * __this, 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_mF90EDA2C7B4524F351BF8300FC47C9D146C3B93D_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m19A753A110C19315A508935C46EA96BA81A69AC7_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m00EB57E0D56D23B2D8406D5F4BB005B731BC5389_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_mC678449B1B0923C5A5341B8C7C509F162E134266_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_mB28A5FC9E3E6C2349B810A193CF217D6EAAF5AEB_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_mED305133B642889AEBF5AFC2BD80BADFF009774E_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m25DBBA0903A0DFABCFBE7FB04D8183100CDE1A1B_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m1DCDD474FCFD5EA4FB33836B005319ADCB63AAA5_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m56A7CA5713B0F942034162420B730E14AB332455_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m852B0D7CAB28B333FD47F346DBC31FD30DB40DC2_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m28AACF89A115A33A1AE15E568467CC3A12FB2EB9_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_mFF191ECF64779FC0D99B9CF3768A94EBDB44FD51_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m17C1F031D75E0E86EB7BD030D91C96DC1B13D358_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m3ED750920F09C8405F61892A1465750ACA75C8E8_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m28C6640DAB2F8E96AC0782C004657335F0C0682F_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_mD4F098759CA12F58148546CCDA364B23F96A17AD_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_mF800F40B18E1B9F7DA07C59EBF40D96A48E5FF00_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m729CE676EA3DF4D13FDBDED2C775429F50C7827A_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, 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_m92B699FF39650041B1FFB80336F0D4C64FA01001_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 Span_1_Slice_m157B961DCCE7BFF55FC13E507CAACD83E9F2EB11_gshared_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __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_mC9BB64245FF3040A8CAE81A17D505D941AF1ECF1_gshared_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * ___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_m75198CA271176357ADBF4264AF513C6AAF927EFE_gshared_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::AsRef(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_gshared_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_gshared_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method); // System.Int32 System.ReadOnlySpan`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, const RuntimeMethod* method); // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___span0, const RuntimeMethod* method); // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Rectangle::get_Size() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.FlipProcessor::.ctor(SixLabors.ImageSharp.Processing.FlipMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77 (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * __this, int32_t ___flipMode0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.ImageProcessorExtensions::Execute(SixLabors.ImageSharp.Processing.Processors.IImageProcessor,SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8 (RuntimeObject* ___processor0, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration1, Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.RotateProcessor::.ctor(System.Single,SixLabors.ImageSharp.Size) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94 (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * __this, float ___degrees0, Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___sourceSize1, 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.Profiles.Exif.ExifProfile SixLabors.ImageSharp.Metadata.ImageMetadata::get_ExifProfile() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag::get_Orientation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline (const RuntimeMethod* method); // SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1 SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::GetValue(SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1) inline RuntimeObject* ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04 (ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * __this, ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___tag0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *, ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *, const RuntimeMethod*))ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_gshared)(__this, ___tag0, method); } // System.UInt16 System.Convert::ToUInt16(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m2EDAB2746B801DD5832F5254CF8C85B7212A996F (uint16_t ___value0, const RuntimeMethod* method); // System.Boolean SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::RemoveValue(SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExifProfile_RemoveValue_mEA7E24267E875DFCE1BDB2F14319D5DDE2C14204 (ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * __this, ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 * ___tag0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifProfile::SetValue(SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifTag`1,TValueType) inline void ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166 (ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * __this, ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ___tag0, uint16_t ___value1, const RuntimeMethod* method) { (( void (*) (ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *, ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *, uint16_t, const RuntimeMethod*))ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_gshared)(__this, ___tag0, ___value1, method); } // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor::get_Color() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_gshared_inline)(__this, method); } // SixLabors.ImageSharp.GraphicsOptions SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor::get_GraphicsOptions() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.ImageFrame::Bounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449 (ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Rectangle::Intersect(SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.Rectangle) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___a0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___b1, const RuntimeMethod* method); // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Configuration::get_MemoryAllocator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Width() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m8EE0EDA21EA566BFCC21A2400C8A4482AA34D661 (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , const RuntimeMethod*))Span_1_Fill_m8EE0EDA21EA566BFCC21A2400C8A4482AA34D661_gshared)(__this, ___value0, method); } // System.Span`1 SixLabors.ImageSharp.Memory.MemoryOwnerExtensions::GetSpan(System.Buffers.IMemoryOwner`1) inline Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method) { return (( Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 (*) (RuntimeObject*, const RuntimeMethod*))MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_gshared_inline)(___buffer0, method); } // System.Single SixLabors.ImageSharp.GraphicsOptions::get_BlendPercentage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * __this, const RuntimeMethod* method); // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509 (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, float ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *, float, const RuntimeMethod*))Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m57171D592CEFA1E1AE6A45C7BA9A959131CED96C_inline (RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, const RuntimeMethod*))RowOperation__ctor_m57171D592CEFA1E1AE6A45C7BA9A959131CED96C_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m37C02A4AA0A881E88C789F9FCB1D697C3EF97CA2 (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , const RuntimeMethod*))Span_1_Fill_m37C02A4AA0A881E88C789F9FCB1D697C3EF97CA2_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m8BF4EF8931A382BE9D33379C5D61C455FB6FB859_inline (RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, const RuntimeMethod*))RowOperation__ctor_m8BF4EF8931A382BE9D33379C5D61C455FB6FB859_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m9A82F4CC2224107B5E4A43F953D3E0475355045F (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , const RuntimeMethod*))Span_1_Fill_m9A82F4CC2224107B5E4A43F953D3E0475355045F_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m5E6C5FE55F55F08CC10A5DFECCE0E6B15BAF938A_inline (RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, const RuntimeMethod*))RowOperation__ctor_m5E6C5FE55F55F08CC10A5DFECCE0E6B15BAF938A_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m86223DD87EBC14124AA03F1FA41695887B90AD64 (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , const RuntimeMethod*))Span_1_Fill_m86223DD87EBC14124AA03F1FA41695887B90AD64_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m53FE32E1BDB52D0C6B9125EEEF22A14C633555E5_inline (RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, const RuntimeMethod*))RowOperation__ctor_m53FE32E1BDB52D0C6B9125EEEF22A14C633555E5_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m59FBDC591E58776ADC51215031F31EBC24B52BE1 (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , const RuntimeMethod*))Span_1_Fill_m59FBDC591E58776ADC51215031F31EBC24B52BE1_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m6EC19446CF6E42F1C791589A981A61B7B84F8213_inline (RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, const RuntimeMethod*))RowOperation__ctor_m6EC19446CF6E42F1C791589A981A61B7B84F8213_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m41550B22CF2883A4B4D935679AD874C472E91E0C (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tC089F74404A3C46975952EE686EC533667BB207F *, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , const RuntimeMethod*))Span_1_Fill_m41550B22CF2883A4B4D935679AD874C472E91E0C_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_mC78D3C70319B80DA2567EAD05B067C3BECC411EC_inline (RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, const RuntimeMethod*))RowOperation__ctor_mC78D3C70319B80DA2567EAD05B067C3BECC411EC_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mE386CE1259057C2B7061C3496823B621F396C7A3 (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , const RuntimeMethod*))Span_1_Fill_mE386CE1259057C2B7061C3496823B621F396C7A3_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m9CDCC6D336CA4B3C004C00381F15992D88344102_inline (RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, const RuntimeMethod*))RowOperation__ctor_m9CDCC6D336CA4B3C004C00381F15992D88344102_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mF7FD2CFA9E9D2B82588DA3F9ED9837C9B47A83DC (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , const RuntimeMethod*))Span_1_Fill_mF7FD2CFA9E9D2B82588DA3F9ED9837C9B47A83DC_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_mCFF7BE3578357C2AA1AD53ABBBAAEE03633D27CD_inline (RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, const RuntimeMethod*))RowOperation__ctor_mCFF7BE3578357C2AA1AD53ABBBAAEE03633D27CD_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m69A71BB59E324E6500E84457579B26F4ED6E9305 (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , const RuntimeMethod*))Span_1_Fill_m69A71BB59E324E6500E84457579B26F4ED6E9305_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m1E04C59FDE1AF7149523889CEB2187DAD60AAA0C_inline (RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, const RuntimeMethod*))RowOperation__ctor_m1E04C59FDE1AF7149523889CEB2187DAD60AAA0C_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m5E79161F17CD2AADD28CF0F1D09F074DB2D45F45 (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , const RuntimeMethod*))Span_1_Fill_m5E79161F17CD2AADD28CF0F1D09F074DB2D45F45_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m3F8B874D917BCECB8BD9DB0BAC6C7CF5F161B889_inline (RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, const RuntimeMethod*))RowOperation__ctor_m3F8B874D917BCECB8BD9DB0BAC6C7CF5F161B889_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m5D232BCA14AC9C5240DE25A4F7D44990656D6BE1 (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , const RuntimeMethod*))Span_1_Fill_m5D232BCA14AC9C5240DE25A4F7D44990656D6BE1_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m349E1A7273D428C276241FFE7EF0BD18CFA6AAFA_inline (RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, const RuntimeMethod*))RowOperation__ctor_m349E1A7273D428C276241FFE7EF0BD18CFA6AAFA_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mEA201FCC17CF182365446956EF970E80D22599D6 (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , const RuntimeMethod*))Span_1_Fill_mEA201FCC17CF182365446956EF970E80D22599D6_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_mEDC961FEE1A5DA334D4DCFE8B16727AD0B2B5BDD_inline (RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, const RuntimeMethod*))RowOperation__ctor_mEDC961FEE1A5DA334D4DCFE8B16727AD0B2B5BDD_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m6564998454354F81F411B2C3CBB8AE9E05E0779A (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , const RuntimeMethod*))Span_1_Fill_m6564998454354F81F411B2C3CBB8AE9E05E0779A_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m0F66CCFCB5C664DD6E46AEA5CF86FC714BE823D9_inline (RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, const RuntimeMethod*))RowOperation__ctor_m0F66CCFCB5C664DD6E46AEA5CF86FC714BE823D9_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mB122C34CDCFB09CD7FBD76C748EDEF77609E07E5 (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , const RuntimeMethod*))Span_1_Fill_mB122C34CDCFB09CD7FBD76C748EDEF77609E07E5_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_mE44558BE3FA921A3CE09831CBCAA09F928FF4BC6_inline (RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, const RuntimeMethod*))RowOperation__ctor_mE44558BE3FA921A3CE09831CBCAA09F928FF4BC6_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m5EC8422AD6F245D2251389D35200F49B6B730E21 (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 , const RuntimeMethod*))Span_1_Fill_m5EC8422AD6F245D2251389D35200F49B6B730E21_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m324EE566E7542FC9078A75EF6447109A68C080E1_inline (RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *, const RuntimeMethod*))RowOperation__ctor_m324EE566E7542FC9078A75EF6447109A68C080E1_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m40BEBA547DBF792ADCBFDA2B7CA79FAA5BD82164 (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 , const RuntimeMethod*))Span_1_Fill_m40BEBA547DBF792ADCBFDA2B7CA79FAA5BD82164_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m9A9C2EA1F7C746007C28BAFE24FE73B28BE40450_inline (RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *, const RuntimeMethod*))RowOperation__ctor_m9A9C2EA1F7C746007C28BAFE24FE73B28BE40450_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m975730E5AB42E99BE0E9CF4AF0385995D9B0D87D (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 , const RuntimeMethod*))Span_1_Fill_m975730E5AB42E99BE0E9CF4AF0385995D9B0D87D_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m59287FE59ED6C2024E225FD5005D22FDA40F86E4_inline (RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *, const RuntimeMethod*))RowOperation__ctor_m59287FE59ED6C2024E225FD5005D22FDA40F86E4_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m7FD37890C3E4B843E7F10ADDD6C0889F25BE9C2F (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 , const RuntimeMethod*))Span_1_Fill_m7FD37890C3E4B843E7F10ADDD6C0889F25BE9C2F_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m066EF00D93C453BB4C65002871A8C90BCBACC439_inline (RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *, const RuntimeMethod*))RowOperation__ctor_m066EF00D93C453BB4C65002871A8C90BCBACC439_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m82CC1CAE5FB81C11E742BC4E85F38D686677F91B (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 , const RuntimeMethod*))Span_1_Fill_m82CC1CAE5FB81C11E742BC4E85F38D686677F91B_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_mE6209E709408AE0C66D966C0B6309C88CE5E8B75_inline (RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *, const RuntimeMethod*))RowOperation__ctor_mE6209E709408AE0C66D966C0B6309C88CE5E8B75_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m3C6D1EE22D02513979DBAF3F64B288237C2EC873 (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 , const RuntimeMethod*))Span_1_Fill_m3C6D1EE22D02513979DBAF3F64B288237C2EC873_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m77F4204E2ED51C39E17FB4AB42A8CA07A0EFF843_inline (RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *, const RuntimeMethod*))RowOperation__ctor_m77F4204E2ED51C39E17FB4AB42A8CA07A0EFF843_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mAD56FE0571BD2A8FFF7884919F867105854D2C87 (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB , const RuntimeMethod*))Span_1_Fill_mAD56FE0571BD2A8FFF7884919F867105854D2C87_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m06795C7DA3830E095F3E8D7AA5CFC09321B1571E_inline (RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *, const RuntimeMethod*))RowOperation__ctor_m06795C7DA3830E095F3E8D7AA5CFC09321B1571E_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mAC8E622910A1C1A99B68FEC18B1E3126B37E4AD8 (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 , const RuntimeMethod*))Span_1_Fill_mAC8E622910A1C1A99B68FEC18B1E3126B37E4AD8_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m165D08D12DB50697E7730C5A7E2F81562417FEC7_inline (RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *, const RuntimeMethod*))RowOperation__ctor_m165D08D12DB50697E7730C5A7E2F81562417FEC7_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mE7FD5D85D6DD7C1A3DC4D71E2045654AB5BA1F0D (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F , const RuntimeMethod*))Span_1_Fill_mE7FD5D85D6DD7C1A3DC4D71E2045654AB5BA1F0D_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m89FE49D04B6FE9D434D4CEABFC77629F966F1193_inline (RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *, const RuntimeMethod*))RowOperation__ctor_m89FE49D04B6FE9D434D4CEABFC77629F966F1193_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mEF458D812ED581C6F49C92DBAC595DFAD84E5638 (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC , const RuntimeMethod*))Span_1_Fill_mEF458D812ED581C6F49C92DBAC595DFAD84E5638_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m26C12AEEB0DC5C7C743CDD135528A9EB2C2632D0_inline (RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *, const RuntimeMethod*))RowOperation__ctor_m26C12AEEB0DC5C7C743CDD135528A9EB2C2632D0_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m7D7AD5E1204C3DAAB2ABC1C2C582BA87698EED55 (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , const RuntimeMethod*))Span_1_Fill_m7D7AD5E1204C3DAAB2ABC1C2C582BA87698EED55_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m9B904F64FDACA3BE003605D9FD856ECEF4955C6C_inline (RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *, const RuntimeMethod*))RowOperation__ctor_m9B904F64FDACA3BE003605D9FD856ECEF4955C6C_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mFB89757C7C3EE780322EAD400107556A47FEBE86 (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F , const RuntimeMethod*))Span_1_Fill_mFB89757C7C3EE780322EAD400107556A47FEBE86_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_mD7B12760491F1A0C8E6CEFD569676EC78F07F209_inline (RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *, const RuntimeMethod*))RowOperation__ctor_mD7B12760491F1A0C8E6CEFD569676EC78F07F209_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_m25A2CEE3410587D5F796CF20A102656E8A19B050 (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 , const RuntimeMethod*))Span_1_Fill_m25A2CEE3410587D5F796CF20A102656E8A19B050_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_mC3E3A1A1AC26C5FCFE09B9A50CB9BF54BF98810E_inline (RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *, const RuntimeMethod*))RowOperation__ctor_mC3E3A1A1AC26C5FCFE09B9A50CB9BF54BF98810E_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mB6DCF3F6312603041BA64072838FF6957F54FBD1 (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 , const RuntimeMethod*))Span_1_Fill_mB6DCF3F6312603041BA64072838FF6957F54FBD1_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_mF0AB966A95C66A5EEA2E11922817C97C0B8A9473_inline (RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *, const RuntimeMethod*))RowOperation__ctor_mF0AB966A95C66A5EEA2E11922817C97C0B8A9473_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_gshared_inline)(__this, method); } // System.Void System.Span`1::Fill(!0) inline void Span_1_Fill_mA2CD86E1C7D73FDB240A31E95F4C68A28E4B291E (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___value0, const RuntimeMethod* method) { (( void (*) (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C , const RuntimeMethod*))Span_1_Fill_mA2CD86E1C7D73FDB240A31E95F4C68A28E4B291E_gshared)(__this, ___value0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1/RowOperation::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Rectangle,SixLabors.ImageSharp.PixelFormats.PixelBlender`1,System.Buffers.IMemoryOwner`1,System.Buffers.IMemoryOwner`1,SixLabors.ImageSharp.Memory.Buffer2D`1) inline void RowOperation__ctor_m34BF535AD87885084354D4D76C1E1139943F4E16_inline (RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source5, const RuntimeMethod* method) { (( void (*) (RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *, RuntimeObject*, RuntimeObject*, Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *, const RuntimeMethod*))RowOperation__ctor_m34BF535AD87885084354D4D76C1E1139943F4E16_gshared_inline)(__this, ___configuration0, ___bounds1, ___blender2, ___amount3, ___colors4, ___source5, method); } // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, 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.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor::get_Threshold() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * __this, const RuntimeMethod* method); // System.Single System.MathF::Round(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline (float ___f0, const RuntimeMethod* method); // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor::get_UpperColor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor::get_LowerColor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_X() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Processing.BinaryThresholdMode SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor::get_Mode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m46B06139BB253E321574A070C4602CF1A9F4D641_inline (RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B * __this, int32_t ___startX0, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source1, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___upper2, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B *, int32_t, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m46B06139BB253E321574A070C4602CF1A9F4D641_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m51F208601C4429E2E4D5BD735AE88893EB0C2FDF_inline (RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C * __this, int32_t ___startX0, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source1, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___upper2, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C *, int32_t, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m51F208601C4429E2E4D5BD735AE88893EB0C2FDF_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m71A23A235B742D2817ACD69B95293618D6591CE3_inline (RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 * __this, int32_t ___startX0, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source1, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___upper2, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 *, int32_t, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m71A23A235B742D2817ACD69B95293618D6591CE3_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m5BA0549C17C5BD642F113A751903A19514AF72C5_inline (RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 * __this, int32_t ___startX0, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source1, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___upper2, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 *, int32_t, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m5BA0549C17C5BD642F113A751903A19514AF72C5_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m57D65FD8CA616482EC7E0A44C14A295A7E40E5A4_inline (RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 * __this, int32_t ___startX0, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source1, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___upper2, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 *, int32_t, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m57D65FD8CA616482EC7E0A44C14A295A7E40E5A4_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m8F6D564637CF094A9A134E2BC67F1D452F780370_inline (RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 * __this, int32_t ___startX0, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source1, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___upper2, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 *, int32_t, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m8F6D564637CF094A9A134E2BC67F1D452F780370_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m363CD7507A3010314CEA893A31883697AC050708_inline (RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 * __this, int32_t ___startX0, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source1, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___upper2, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 *, int32_t, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m363CD7507A3010314CEA893A31883697AC050708_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m4ACCC112A715699616CACCC27259C82815A29B54_inline (RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 * __this, int32_t ___startX0, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source1, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___upper2, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 *, int32_t, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m4ACCC112A715699616CACCC27259C82815A29B54_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m3E2D0EB6864F870831CFD50D2EDF7A8FCE7596C9_inline (RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 * __this, int32_t ___startX0, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source1, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___upper2, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 *, int32_t, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m3E2D0EB6864F870831CFD50D2EDF7A8FCE7596C9_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m04F3A2F97FC998D6BA885148F9C0CC084238AB1B_inline (RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 * __this, int32_t ___startX0, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source1, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___upper2, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 *, int32_t, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m04F3A2F97FC998D6BA885148F9C0CC084238AB1B_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_mF6C0FA641AB4585FFB324C28D9FC9AA3525E2431_inline (RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 * __this, int32_t ___startX0, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source1, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___upper2, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 *, int32_t, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_mF6C0FA641AB4585FFB324C28D9FC9AA3525E2431_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m1EE437033FF3A73CFFB167EACA999F8A20BE1DF2_inline (RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D * __this, int32_t ___startX0, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source1, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___upper2, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D *, int32_t, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m1EE437033FF3A73CFFB167EACA999F8A20BE1DF2_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m78F37163F3B5305CFCF07FDDBA5607AB6B1C56D2_inline (RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 * __this, int32_t ___startX0, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source1, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___upper2, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 *, int32_t, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m78F37163F3B5305CFCF07FDDBA5607AB6B1C56D2_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m63B86EE158AA539126D0B507A01E2424B555D48A_inline (RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 * __this, int32_t ___startX0, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source1, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___upper2, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 *, int32_t, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m63B86EE158AA539126D0B507A01E2424B555D48A_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_mAFF36B07CEDC1BD141A96834B1039BB8845DD2BF_inline (RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF * __this, int32_t ___startX0, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source1, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___upper2, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF *, int32_t, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 , La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_mAFF36B07CEDC1BD141A96834B1039BB8845DD2BF_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m8FE6B021C24562A0858CCFF3823D6A0008196C76_inline (RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 * __this, int32_t ___startX0, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source1, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___upper2, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 *, int32_t, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 , La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m8FE6B021C24562A0858CCFF3823D6A0008196C76_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m8E66C199E038AD8A8C207D508BD636B986ACFBAC_inline (RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD * __this, int32_t ___startX0, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source1, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___upper2, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD *, int32_t, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 , NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m8E66C199E038AD8A8C207D508BD636B986ACFBAC_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_mAC3A9F7F3D28FDD1B307BDE293C54DAF2099055F_inline (RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 * __this, int32_t ___startX0, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source1, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___upper2, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 *, int32_t, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 , NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_mAC3A9F7F3D28FDD1B307BDE293C54DAF2099055F_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m4D424DCC566D8A921FFEFD22EE81DE5BAF877B9B_inline (RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 * __this, int32_t ___startX0, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source1, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___upper2, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 *, int32_t, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 , NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m4D424DCC566D8A921FFEFD22EE81DE5BAF877B9B_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m51AD3EEBABE86412379835ACA5F0D12BCAFBAACC_inline (RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 * __this, int32_t ___startX0, Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source1, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___upper2, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 *, int32_t, Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 , NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m51AD3EEBABE86412379835ACA5F0D12BCAFBAACC_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_mB05261254FD58055FDBDAFFFE1C5521C6B118305_inline (RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD * __this, int32_t ___startX0, Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source1, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___upper2, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD *, int32_t, Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB , Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_mB05261254FD58055FDBDAFFFE1C5521C6B118305_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m5E20696342D9D0E6151F5161E881FA928E28A0E8_inline (RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 * __this, int32_t ___startX0, Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source1, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___upper2, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 *, int32_t, Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 , Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m5E20696342D9D0E6151F5161E881FA928E28A0E8_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m14F1A59CAFD3D12E80500DD467C07F012CF4FED7_inline (RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 * __this, int32_t ___startX0, Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source1, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___upper2, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 *, int32_t, Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F , Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m14F1A59CAFD3D12E80500DD467C07F012CF4FED7_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m3C902204D63FDC0C1FEDB4CAD65C712D997CD438_inline (RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 * __this, int32_t ___startX0, Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source1, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___upper2, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 *, int32_t, Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC , Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m3C902204D63FDC0C1FEDB4CAD65C712D997CD438_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m43EEB2154C53EEBB50FE1658D1DE22B15949DABE_inline (RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF * __this, int32_t ___startX0, Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source1, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___upper2, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF *, int32_t, Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m43EEB2154C53EEBB50FE1658D1DE22B15949DABE_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m98660F404491A7DD45D13FD92D1ABBFCE62096C6_inline (RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 * __this, int32_t ___startX0, Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source1, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___upper2, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 *, int32_t, Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F , Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m98660F404491A7DD45D13FD92D1ABBFCE62096C6_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_mE353F4408C8CEE7DAEDADE1853AD1FDEB328AB32_inline (RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 * __this, int32_t ___startX0, Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source1, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___upper2, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 *, int32_t, Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 , RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_mE353F4408C8CEE7DAEDADE1853AD1FDEB328AB32_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_m12DA4741AE996FE1D361FD7F7B27D2AA051C472C_inline (RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD * __this, int32_t ___startX0, Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source1, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___upper2, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD *, int32_t, Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 , Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_m12DA4741AE996FE1D361FD7F7B27D2AA051C472C_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1/RowOperation::.ctor(System.Int32,SixLabors.ImageSharp.Memory.Buffer2D`1,TPixel,TPixel,System.Byte,SixLabors.ImageSharp.Processing.BinaryThresholdMode,SixLabors.ImageSharp.Configuration) inline void RowOperation__ctor_mCB1ED7037EFEDAC9559578958FF6823809AB9098_inline (RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 * __this, int32_t ___startX0, Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source1, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___upper2, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { (( void (*) (RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 *, int32_t, Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C , Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C , uint8_t, int32_t, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, const RuntimeMethod*))RowOperation__ctor_mCB1ED7037EFEDAC9559578958FF6823809AB9098_gshared_inline)(__this, ___startX0, ___source1, ___upper2, ___lower3, ___threshold4, ___mode5, ___configuration6, 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.Boolean System.Type::get_IsPrimitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3 (Type_t * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE (Type_t * __this, int32_t ___bindingAttr0, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types2, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers3, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___left0, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___right1, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.AddingNewEventHandler::Invoke(System.Object,System.ComponentModel.AddingNewEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler_Invoke_mEFFF44F57456600B12C3097200F7EB39F85DB861 (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * __this, RuntimeObject * ___sender0, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.AddingNewEventArgs::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs__ctor_mF053581A8C0EE484FF7F55D140404C007E2D6785 (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * __this, RuntimeObject * ___newObject0, const RuntimeMethod* method); // System.Object System.ComponentModel.AddingNewEventArgs::get_NewObject() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AddingNewEventArgs_get_NewObject_mD12902AD9EC1D2F1EB4661FAB1C89DB4CBE8BE5B_inline (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ListChangedEventHandler::Invoke(System.Object,System.ComponentModel.ListChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventHandler_Invoke_mCB66F80B04E100EAD3C72CC0A83B9DEF8148D0DC (ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * __this, RuntimeObject * ___sender0, ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m962F15947E5744DBEEC896D6DD22419796581BE3 (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * __this, int32_t ___listChangedType0, int32_t ___newIndex1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Object System.SecurityUtils::SecureCreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_m695DFC54D65143549A28688268441C425836F8F7 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler__ctor_m09E1DEFF4AE926B1D9EECA15D8BFF32E41EEF307 (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_mC47CC67D75263894657B573C452DFC4AA3F56276 (Type_t * ___componentType0, const RuntimeMethod* method); // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_mC8A564D443E6E8F75066D33BB109CADB1265795E (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * __this, int32_t ___listChangedType0, int32_t ___newIndex1, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___propDesc2, const RuntimeMethod* method); // SixLabors.ImageSharp.PixelFormats.L16 SixLabors.ImageSharp.Formats.Tiff.Utils.TiffUtils::get_L16Default() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline (const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.Formats.Tiff.Utils.TiffUtils::get_Vector4Default() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline (const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C Span_1_Slice_mDB399EE2FB990BAA7FD043B01FDF4438531C90AB_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C (*) (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mDB399EE2FB990BAA7FD043B01FDF4438531C90AB_gshared_inline)(__this, ___start0, ___length1, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_gshared_inline)(__this, ___start0, ___length1, method); } // System.UInt16 SixLabors.ImageSharp.Formats.Tiff.Utils.TiffUtils::ConvertToUShortBigEndian(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___buffer0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method) { return (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *, int32_t, const RuntimeMethod*))Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_mFE8C56CCFBD981B4DA0A6D32380029195FFB8745_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *, const RuntimeMethod*))Span_1_get_Length_mFE8C56CCFBD981B4DA0A6D32380029195FFB8745_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromScaledVector4_mD360ED86AD6BFA982FCDEF963FE4540E2F1BAB65_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 Span_1_Slice_mE1B86AC5E6745C7CB777D78EE00094E071266DC3_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 (*) (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mE1B86AC5E6745C7CB777D78EE00094E071266DC3_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m176CEAEB6386CCA2EF095FC9735B37322BF9A045_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *, const RuntimeMethod*))Span_1_get_Length_m176CEAEB6386CCA2EF095FC9735B37322BF9A045_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromScaledVector4_m8CEFC9290F734BC843C4EDAED2CAE9E6831E28EA_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF Span_1_Slice_m2ACA2A233351B483E8415BA6F76F534DCA805C1E_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF (*) (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m2ACA2A233351B483E8415BA6F76F534DCA805C1E_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *, int32_t, const RuntimeMethod*))Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m50431E7E1553BC6AF36A1E2F862C84410EE4CF9F_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *, const RuntimeMethod*))Span_1_get_Length_m50431E7E1553BC6AF36A1E2F862C84410EE4CF9F_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromScaledVector4_m6029FBEA40DEC6DB9E73394AAA8A24FE3CDFE4A8_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 Span_1_Slice_m8A94A2281F04E4BAFB1CA855AC3B3AD5E7FB1F46_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 (*) (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m8A94A2281F04E4BAFB1CA855AC3B3AD5E7FB1F46_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m1B94661F3D26F37AD88E2F80DA6E5605E7BFC53D_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *, const RuntimeMethod*))Span_1_get_Length_m1B94661F3D26F37AD88E2F80DA6E5605E7BFC53D_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA Span_1_Slice_mADEBB15CAD1264E0C2B47FF28F04D8F6558D9173_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA (*) (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mADEBB15CAD1264E0C2B47FF28F04D8F6558D9173_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *, int32_t, const RuntimeMethod*))Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m28E34573899865E5FF23BA9F875011C389D230B9_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *, const RuntimeMethod*))Span_1_get_Length_m28E34573899865E5FF23BA9F875011C389D230B9_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromScaledVector4_m6D737715051E3C00A46B1DCC70E5C20F4886390F_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tC089F74404A3C46975952EE686EC533667BB207F Span_1_Slice_m25DF8A7217E853F02CEAC159C9AF0A23CC3FB59A_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tC089F74404A3C46975952EE686EC533667BB207F (*) (Span_1_tC089F74404A3C46975952EE686EC533667BB207F *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m25DF8A7217E853F02CEAC159C9AF0A23CC3FB59A_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Span_1_tC089F74404A3C46975952EE686EC533667BB207F *, int32_t, const RuntimeMethod*))Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m3C15B7205B75185293799F05ECB2ADC40B57B176_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tC089F74404A3C46975952EE686EC533667BB207F *, const RuntimeMethod*))Span_1_get_Length_m3C15B7205B75185293799F05ECB2ADC40B57B176_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E Span_1_Slice_mC1FB5AB9AA0CBB33516FA064BCA4A6B0CFDAA801_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E (*) (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mC1FB5AB9AA0CBB33516FA064BCA4A6B0CFDAA801_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *, int32_t, const RuntimeMethod*))Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m6496F41590AC0C4BF7831B35A850B01AE07B2B24_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *, const RuntimeMethod*))Span_1_get_Length_m6496F41590AC0C4BF7831B35A850B01AE07B2B24_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 Span_1_Slice_m13D14E709EA262FF40F2ECAE18849E4FB39822A9_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 (*) (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m13D14E709EA262FF40F2ECAE18849E4FB39822A9_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m04F37EB3E2A2D9969A42BD57D365DE1C4FE25AE4_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *, const RuntimeMethod*))Span_1_get_Length_m04F37EB3E2A2D9969A42BD57D365DE1C4FE25AE4_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 Span_1_Slice_mECB3E6139C140F6ECA83F51E0697F4E26768B2CD_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 (*) (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mECB3E6139C140F6ECA83F51E0697F4E26768B2CD_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_mBF65F19E1B312F3E3ECB0B334104437C5654DAA3_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *, const RuntimeMethod*))Span_1_get_Length_mBF65F19E1B312F3E3ECB0B334104437C5654DAA3_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.HalfSingle::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 Span_1_Slice_mEF45C76BF20A056622F9BAC0B4E9A4BFE017A462_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 (*) (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mEF45C76BF20A056622F9BAC0B4E9A4BFE017A462_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m221D13FF2451AA8A8B82F45C6B7574939AF086A1_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *, const RuntimeMethod*))Span_1_get_Length_m221D13FF2451AA8A8B82F45C6B7574939AF086A1_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector2::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 Span_1_Slice_mED8124CF61E94D5CC3B0BB3C5AB33BD12BA8F289_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 (*) (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mED8124CF61E94D5CC3B0BB3C5AB33BD12BA8F289_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_mB4F3A058E9C875E1027295E61D40AB3CC22D827A_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *, const RuntimeMethod*))Span_1_get_Length_mB4F3A058E9C875E1027295E61D40AB3CC22D827A_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 Span_1_Slice_m516B6C05128C399B7FBE99B185236F3E7EA5241D_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 (*) (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m516B6C05128C399B7FBE99B185236F3E7EA5241D_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m566927302C1B0D90D5431E881A8292F7717879C7_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *, const RuntimeMethod*))Span_1_get_Length_m566927302C1B0D90D5431E881A8292F7717879C7_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.L16::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromScaledVector4_m87BBAB661A2906BC069C35984B1CB4F61081AC14_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE Span_1_Slice_m9780C2AE3A48E4B6BD2CE774A250D2B5DAC874FA_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE (*) (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m9780C2AE3A48E4B6BD2CE774A250D2B5DAC874FA_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method) { return (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *, int32_t, const RuntimeMethod*))Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m837DBEE16B67AA5FBB82D94BFA6DAE1AAD49C999_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *, const RuntimeMethod*))Span_1_get_Length_m837DBEE16B67AA5FBB82D94BFA6DAE1AAD49C999_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.L8::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromScaledVector4_mD3411B06A5EE0F32E26F2F0B18917F46411BAC24_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 Span_1_Slice_mB94A1C14F1B3AE7FABFBAAE89AD2865CF3D3FA7D_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 (*) (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mB94A1C14F1B3AE7FABFBAAE89AD2865CF3D3FA7D_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_mC5F2E32BABADD4DC7CBCA6C09C42021DCB614B86_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *, const RuntimeMethod*))Span_1_get_Length_mC5F2E32BABADD4DC7CBCA6C09C42021DCB614B86_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.La16::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La16_FromScaledVector4_m040190BA1817DBB3AFB0330F4F2E805B41ADD8B7_inline (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC Span_1_Slice_m6802B80337A69DAC80EA21713246D122CDAE01C9_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC (*) (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m6802B80337A69DAC80EA21713246D122CDAE01C9_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, int32_t ___index0, const RuntimeMethod* method) { return (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *, int32_t, const RuntimeMethod*))Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m2B0E380B0AE9EE64DD727D590B20C50DE0BFBD0C_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *, const RuntimeMethod*))Span_1_get_Length_m2B0E380B0AE9EE64DD727D590B20C50DE0BFBD0C_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.La32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_FromScaledVector4_mD711A78C4D50D7139DB3EC03530A86CDEAEDE01A_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 Span_1_Slice_mCDF8FF883FE407C4A058444A1CE9EE8DC9A779F2_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 (*) (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mCDF8FF883FE407C4A058444A1CE9EE8DC9A779F2_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m84CEA86530A516906E94048E39CB7404D11AB971_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *, const RuntimeMethod*))Span_1_get_Length_m84CEA86530A516906E94048E39CB7404D11AB971_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte2::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 Span_1_Slice_m89B2FF4D01B69C3F755FFB50E41D7FE13B49806F_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 (*) (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m89B2FF4D01B69C3F755FFB50E41D7FE13B49806F_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m6E87FD439A02FDA7AA9EEF58F52278CB5E8A4BC3_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *, const RuntimeMethod*))Span_1_get_Length_m6E87FD439A02FDA7AA9EEF58F52278CB5E8A4BC3_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, int32_t, const RuntimeMethod*))Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_mD50ED9C8D9CF38E6F5B936F905BE06A5AD1B636D_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, const RuntimeMethod*))Span_1_get_Length_mD50ED9C8D9CF38E6F5B936F905BE06A5AD1B636D_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort2::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_gshared_inline)(__this, ___start0, ___length1, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m7CA16406D797634AD097A96DC9BD7C4353FCBF3A_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, const RuntimeMethod*))Span_1_get_Length_m7CA16406D797634AD097A96DC9BD7C4353FCBF3A_gshared_inline)(__this, method); } // System.Int32 SixLabors.ImageSharp.Rectangle::get_Height() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Size::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Size__ctor_m8122559C846858230D87929BC1008F3C3B31D7B5 (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Right() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Rectangle::get_Bottom() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Rectangle::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06 (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, int32_t ___x0, int32_t ___y1, int32_t ___width2, int32_t ___height3, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.UInt16 System.Buffers.Binary.BinaryPrimitives::ReadUInt16BigEndian(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReadUInt16BigEndian_m2CF82FDFFF0DB717A575FF6898073AB5E2389626_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Multiply(System.Numerics.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, float ___right1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper::Pack(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline (float ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfSingle::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void System.Numerics.Vector2::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642 (Vector2_t1455881409307224D6099F54FA7E478733EEF61D * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::op_Multiply(System.Numerics.Vector2,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, float ___right1, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::get_One() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8 (const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::op_Subtraction(System.Numerics.Vector2,System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___right1, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfVector2::Pack(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline (float ___x0, float ___y1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector2::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::get_One() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79 (const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Subtraction(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.La16::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La16_ConvertFromRgbaScaledVector4_m90C66FCCDFA3921D1AA8C666FFBBCCF79F62ECFB_inline (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.La32::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_ConvertFromRgbaScaledVector4_m6CF47024EE24CF89BD138642520A4AE2CD5AD9FB_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::Pack(System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t NormalizedByte2_Pack_m6CE88C97823CD69364283CC30C12682807E53B48_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte2::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_set_PackedValue_m4789D3F6B4CB4329C425CB662CFD9242A874A379_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromVector4_mB68D741A2843AEE85FFF4373D7696D2C2242EEEE_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::Pack(System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NormalizedShort2_Pack_m1AD820D26D9FF9E17FC194E70144B23E466C0B1C_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort2::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_set_PackedValue_m9AAFAC013EC0B1280CAB5CE61A8DAF21BE50BD87_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromRgba64_m379C68C51759467319F75B1AAAEE16678E603839_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Span`1 System.Memory`1::get_Span() inline Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 Memory_1_get_Span_m928F551E59E8B11542D25F22BFBCB34260C42A5B_inline (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 * __this, const RuntimeMethod* method) { return (( Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 (*) (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 *, const RuntimeMethod*))Memory_1_get_Span_m928F551E59E8B11542D25F22BFBCB34260C42A5B_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromRgba64_m268206D51CD3611C38AFA1B91F10D864ECCCC4E2_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromRgba64_m4A3FD9BAE5AFB06387033C02CABCC55AAACEEAE5_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba64_mD173E28EE269CDD7847975D76437B19142275E9A_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromRgba64_m8E0E43770A6BD1BA24E3E9F9530B257CF5A848A5_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromRgba64_mC16E4A87FAE97CDF497AFD5E14CECD4795EE41FD_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromRgba64_m4E436B6D045A92CA560D301BC78BFC9EF6910780_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromRgba64_m037D1F8A6B388D88E755848EE67AA1A7A2231468_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromRgba64_mFAAD01BCD8F1EEE02754B1132D1679A8E56E300E_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfSingle::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromRgba64_mC592BB26A4E72549FB43FD88679528FB42F17BB5_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector2::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromRgba64_m4438111F772E321AF66A54782EB845F5C43772B9_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromRgba64_m958D1915C1323308BA2AA58AB62341666774154D_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromRgba64_m3957AE6CDC286A45FB26B413B859503975112054_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromRgba64_mFC46AB674C1A97E5AEE7DB90CAEA1066B994DFE6_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.La16::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void La16_FromRgba64_m16AF55E95F4198C70AA2E8FF601EA39948A47A3B (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.La32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_FromRgba64_mF19FEA17F04ED6EC3A88EB7E6CB2758A4C368AFF_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte2::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_FromRgba64_mADA69B96565C90F3C73C5DA49C1EA5A1AD24B230_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromRgba64_mB3BFB28CA1B7685A24F6FDD9A3EBDEB812CF0510_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort2::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_FromRgba64_m40A95564595AF83B53C65D73091D41FD95C9FB6F_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromRgba64_m8B98A049A87A1B2484D78B71846B9D253BED190B_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rg32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromRgba64_mFC727F236BA01EAACC4634418350BD373F82AC74_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rg32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb24::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromRgba64_m4BD5FCD86D1B7124FE91C9CC0639AB52E1AF1CF8_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb24::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromScaledVector4_m4D63BA77DDF06E3054217D095981DAB38A262D7E_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb48::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromRgba64_m8D2D5CD4F543C3EAB7D27A335747060BFFCEB6CB_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb48::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromScaledVector4_mD7671E932ED1132846FC64D3332EA237B3502947_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba1010102::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromRgba64_m28DA43F24BF0DB0D85405D08899838CA14173D1B_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba1010102::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromRgba64_mD3312D13CDC70A1D9E42A597984A6D60FAA525C4_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromScaledVector4_mC1723A2DAD9B3E710EA111A66E1FBAD107CB9D2D_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba64::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromRgba64_m1C83CC8FC6D911B659982D86D7BC51FAA521789B_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba64::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromScaledVector4_m432EB442B26E1A9D49F97829C1C77AD1AC8CAF96_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.RgbaVector::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromRgba64_mB6A7778E3568448BC30ABBE200D5194E46A525EA_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.RgbaVector::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short2::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_FromRgba64_mFD2B511E3809A2C46B60E7ADD12657E175C81F7A_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short2::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromRgba64_m30AC5BDB5F8761AB9AB1C7E38DEF7569D3F35F21_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* 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.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mF90EDA2C7B4524F351BF8300FC47C9D146C3B93D_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *, Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mF90EDA2C7B4524F351BF8300FC47C9D146C3B93D_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m19A753A110C19315A508935C46EA96BA81A69AC7_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m19A753A110C19315A508935C46EA96BA81A69AC7_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.ThrowHelper::ThrowIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC (const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m00EB57E0D56D23B2D8406D5F4BB005B731BC5389_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *, Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m00EB57E0D56D23B2D8406D5F4BB005B731BC5389_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mC678449B1B0923C5A5341B8C7C509F162E134266_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *, Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mC678449B1B0923C5A5341B8C7C509F162E134266_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mB28A5FC9E3E6C2349B810A193CF217D6EAAF5AEB_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *, Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mB28A5FC9E3E6C2349B810A193CF217D6EAAF5AEB_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mED305133B642889AEBF5AFC2BD80BADFF009774E_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *, Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mED305133B642889AEBF5AFC2BD80BADFF009774E_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m25DBBA0903A0DFABCFBE7FB04D8183100CDE1A1B_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tC089F74404A3C46975952EE686EC533667BB207F *, Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m25DBBA0903A0DFABCFBE7FB04D8183100CDE1A1B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m1DCDD474FCFD5EA4FB33836B005319ADCB63AAA5_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *, Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m1DCDD474FCFD5EA4FB33836B005319ADCB63AAA5_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m56A7CA5713B0F942034162420B730E14AB332455_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *, Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m56A7CA5713B0F942034162420B730E14AB332455_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m852B0D7CAB28B333FD47F346DBC31FD30DB40DC2_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *, Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m852B0D7CAB28B333FD47F346DBC31FD30DB40DC2_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m28AACF89A115A33A1AE15E568467CC3A12FB2EB9_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *, Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m28AACF89A115A33A1AE15E568467CC3A12FB2EB9_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mFF191ECF64779FC0D99B9CF3768A94EBDB44FD51_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *, Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mFF191ECF64779FC0D99B9CF3768A94EBDB44FD51_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m17C1F031D75E0E86EB7BD030D91C96DC1B13D358_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *, Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m17C1F031D75E0E86EB7BD030D91C96DC1B13D358_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m3ED750920F09C8405F61892A1465750ACA75C8E8_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *, Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m3ED750920F09C8405F61892A1465750ACA75C8E8_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m28C6640DAB2F8E96AC0782C004657335F0C0682F_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *, Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m28C6640DAB2F8E96AC0782C004657335F0C0682F_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mD4F098759CA12F58148546CCDA364B23F96A17AD_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *, Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mD4F098759CA12F58148546CCDA364B23F96A17AD_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_mF800F40B18E1B9F7DA07C59EBF40D96A48E5FF00_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *, Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mF800F40B18E1B9F7DA07C59EBF40D96A48E5FF00_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m729CE676EA3DF4D13FDBDED2C775429F50C7827A_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *, Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m729CE676EA3DF4D13FDBDED2C775429F50C7827A_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m92B699FF39650041B1FFB80336F0D4C64FA01001_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m92B699FF39650041B1FFB80336F0D4C64FA01001_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Byte SixLabors.ImageSharp.PixelFormats.A8::Pack(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline (float ___alpha0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::set_PackedValue(System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, uint8_t ___value0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) inline uint16_t MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { return (( uint16_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_gshared_inline)(___source0, method); } // System.UInt16 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline (uint16_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromRgba32(SixLabors.ImageSharp.PixelFormats.Rgba32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___source0, const RuntimeMethod* method); // System.Void System.Numerics.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgr565::Pack(System.Numerics.Vector3&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra4444::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra5551::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void System.Numerics.Vector4::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * __this, float ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Multiply(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.Byte4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper::Pack(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m2EFAE2DA4AF2CC0175F4F189E6EFAAF01479A21A (int32_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::op_Multiply(System.Numerics.Vector2,System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___right1, const RuntimeMethod* method); // System.Void System.Numerics.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0 (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // System.UInt64 SixLabors.ImageSharp.PixelFormats.HalfVector4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::set_PackedValue(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45 (const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.Numerics::Clamp(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___min1, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___max2, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.ColorNumerics::Get16BitBT709Luminance(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline (float ___r0, float ___g1, float ___b2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Addition(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.Byte SixLabors.ImageSharp.ColorNumerics::Get8BitBT709Luminance(System.Byte,System.Byte,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline (uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::set_PackedValue(System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::Clamp(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___value10, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___min1, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___max2, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m608D6BE29E0B1BFCE220127333A8745FA6536D63 (double ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NormalizedByte4_Pack_m25D15506F2CE19FA844919BF2187F62AA686ECBD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte4::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_set_PackedValue_m7CA2C4A29ABDD2A7BEFC854960090DA9EFEE4E5D_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba64::ToScaledVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method); // System.Byte SixLabors.ImageSharp.ColorNumerics::DownScaleFrom16BitTo8Bit(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline (uint16_t ___component0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.ColorNumerics::Get16BitBT709Luminance(System.UInt16,System.UInt16,System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_mC7601D1DEEF3EEA4487A44A04F27BDCE240FAC16_inline (uint16_t ___r0, uint16_t ___g1, uint16_t ___b2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromVector4_m2D9CB47367215FAC0A4127EA5668749937E1BC7F_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rg32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromVector4_m7190BC219E3FDC310A5C0348FC0B803DDEA69294_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb24::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromVector4_mF1B830F312DD222856C6F1334063FD598FF7EA8B_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // SixLabors.ImageSharp.PixelFormats.Rgb48 SixLabors.ImageSharp.PixelFormats.Rgba64::get_Rgb() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Rgba64_get_Rgb_mFC2E4D0122BBF12286BEEFFF838658B4C5045875_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb48::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromVector4_m8FFE922830DB69BE37C13DFFDDC5CA374089D7C0_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba1010102::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromVector4_m568A21AA7FE0593011979E9397C00E093BBFE5E3_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba64::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromVector4_m19E0D698D27BF30E024200BB837E863FF99B649F_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.RgbaVector::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromVector4_mEF5F780A05D9E22D2E2793C69EA890DCB5807623_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void System.Numerics.Vector2::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_m23DE3099B38383DB35C1EAC7CE065DD421CC3510 (Vector2_t1455881409307224D6099F54FA7E478733EEF61D * __this, float ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.Short2::Pack(System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Short2_Pack_m8A7753F894DE4CB78A59D3F03BA98248E05E63F7_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short2::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_set_PackedValue_mBF2FB5BA80EB14454CAC49036655C5A934E3A559_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromVector4_m519AA6025A1F7F2FE3946C845C5102F63B63155F_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 Span_1_Slice_m157B961DCCE7BFF55FC13E507CAACD83E9F2EB11_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 (*) (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m157B961DCCE7BFF55FC13E507CAACD83E9F2EB11_gshared_inline)(__this, ___start0, ___length1, 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.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_mC9BB64245FF3040A8CAE81A17D505D941AF1ECF1_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *, Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_mC9BB64245FF3040A8CAE81A17D505D941AF1ECF1_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(T[],System.Int32,System.Int32) inline void Span_1__ctor_m75198CA271176357ADBF4264AF513C6AAF927EFE_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, int32_t, int32_t, const RuntimeMethod*))Span_1__ctor_m75198CA271176357ADBF4264AF513C6AAF927EFE_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Single SixLabors.ImageSharp.Numerics::Clamp(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // SixLabors.ImageSharp.PixelFormats.Bgr24 SixLabors.ImageSharp.PixelFormats.Rgba32::get_Bgr() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_get_Zero_mACEA51197DC0E58F0D1A9E5F06B4E4FB459EAF3D (const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::get_One() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_get_One_m15396B518DD28586E12E43EB461367FCED17D1A1 (const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::Clamp(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___value10, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___min1, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___max2, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::Max(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::Min(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438 (float ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba64::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba64_ToVector4_mCA2213A8474A88C7077EA354DED8BE977762BAC8_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method); // System.UInt64 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NormalizedShort4_Pack_m76EC3879451ED829C3D964F5B42E8335066C929C_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort4::set_PackedValue(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_set_PackedValue_m83DC9831DAFA09C6A3A712A9319AF721EA11A3C1_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rg32::Pack(System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Rg32_Pack_mB7A7885FCF02BD1C74D3B8C329BDEA8E0A368A0F_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rg32::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_set_PackedValue_m74ABF186E3E7E6A61E71331DB09BD8D8EA3E079D_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb24::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_Pack_mDDB1AF4A7E87BF6B828002324F38262C0711C51F_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::AsRef(!!0&) inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method) { return (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, const RuntimeMethod*))Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_gshared_inline)(___source0, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method) { return (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, const RuntimeMethod*))Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_gshared_inline)(___source0, method); } // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rgba1010102::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Rgba1010102_Pack_m296112B0492CE04E1DFF0764461E613440699466_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba1010102::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_set_PackedValue_mBDF51AE3DE7B6742EA826750D1FC03A81DB85B0A_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2 (double ___value0, const RuntimeMethod* method); // System.UInt64 SixLabors.ImageSharp.PixelFormats.Short4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Short4_Pack_m7B580A2AAB3B54363B6930F4A04310CB7B9F65A7_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short4::set_PackedValue(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_set_PackedValue_mE2509C3F76A66E380647E1EE0F7C50BA019BA8BD_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentException_InvalidTypeWithPointersNotSupported(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4 (Type_t * ___type0, const RuntimeMethod* method); // System.Int32 System.ReadOnlySpan`1::get_Length() inline int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline)(__this, method); } // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) inline uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___span0, const RuntimeMethod* method) { return (( uint8_t* (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_gshared)(___span0, method); } // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, 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); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::.ctor(System.Byte,System.Byte,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Division(System.Numerics.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m82E4033E7058CE4787854874FEED0377803C0EE8_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, float ___value21, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE (float ___value0, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_get_Zero_mE2238C1104703545C28EE1FB6874C0F1DF3CF89D (const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Division(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, 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.Transforms.AutoOrientProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1__ctor_m1D1C4DE10AA789D51A3328DF580730D2E283E09D_gshared (AutoOrientProcessor_1_t9DBA673F346A23962F71DD8221D1885FA49E5621 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); (( void (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::BeforeImageApply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_BeforeImageApply_m4C66E751F01D00D14BD03F7B4F8660DF22043C68_gshared (AutoOrientProcessor_1_t9DBA673F346A23962F71DD8221D1885FA49E5621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); { NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_0; L_0 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); uint16_t L_1; L_1 = (( uint16_t (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_0 = (uint16_t)L_1; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_3; L_3 = Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_3; uint16_t L_4 = V_0; switch (L_4) { case 0: { goto IL_0180; } case 1: { goto IL_0180; } case 2: { goto IL_004a; } case 3: { goto IL_006c; } case 4: { goto IL_0093; } case 5: { goto IL_00b5; } case 6: { goto IL_00f9; } case 7: { goto IL_011d; } case 8: { goto IL_015e; } } } { goto IL_0180; } IL_004a: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_5 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_5, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6; L_6 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_7; L_7 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_7, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8, /*hidden argument*/NULL); goto IL_0180; } IL_006c: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_9 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_10 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_10, (float)(180.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_9, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_12; L_12 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_10, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_11, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_12, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13, /*hidden argument*/NULL); goto IL_0180; } IL_0093: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_14 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_14, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_15; L_15 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_16; L_16 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_17; L_17 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_14, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_15, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_17, /*hidden argument*/NULL); goto IL_0180; } IL_00b5: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_18 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_19 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_19, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_18, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_20; L_20 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_21; L_21 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; L_22 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_19, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_20, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_22, /*hidden argument*/NULL); FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_23 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_23, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_24; L_24 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_25; L_25 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_26; L_26 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_23, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_24, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_25, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_26, /*hidden argument*/NULL); goto IL_0180; } IL_00f9: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_27 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_28 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_28, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_27, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_29; L_29 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_30; L_30 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_31; L_31 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_28, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_29, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_30, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_31, /*hidden argument*/NULL); goto IL_0180; } IL_011d: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_32 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_32, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_33; L_33 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_34; L_34 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_35; L_35 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_32, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_33, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_34, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_35, /*hidden argument*/NULL); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_36 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_37 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_37, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_36, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_38; L_38 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_39; L_39 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_40; L_40 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_37, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_38, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_39, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_40, /*hidden argument*/NULL); goto IL_0180; } IL_015e: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_41 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_42 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_42, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_41, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43; L_43 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_44; L_44 = (( Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_45; L_45 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_42, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_44, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_45, /*hidden argument*/NULL); } IL_0180: { NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); (( void (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_OnFrameApply_mCB428A1ECA2DED42B6E620A9362C562366994FC3_gshared (AutoOrientProcessor_1_t9DBA673F346A23962F71DD8221D1885FA49E5621 * __this, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___sourceBase0, const RuntimeMethod* method) { { return; } } // System.UInt16 SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::GetExifOrientation(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t AutoOrientProcessor_1_GetExifOrientation_mCEC95E94D12EF38EDA70BE416A359D7C90441915_gshared (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; uint16_t V_1 = 0; { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_0 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_1; L_1 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_2; L_2 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } { return (uint16_t)0; } IL_000f: { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_3 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_4; L_4 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_5; L_5 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_6; L_6 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5); RuntimeObject* L_7; L_7 = ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_6, /*hidden argument*/ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); V_0 = (RuntimeObject*)L_7; RuntimeObject* L_8 = V_0; if (L_8) { goto IL_002a; } } { return (uint16_t)0; } IL_002a: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue::get_DataType() */, IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_003c; } } { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); uint16_t L_12; L_12 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); V_1 = (uint16_t)L_12; goto IL_005e; } IL_003c: { RuntimeObject* L_13 = V_0; NullCheck((RuntimeObject*)L_13); uint16_t L_14; L_14 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_15; L_15 = Convert_ToUInt16_m2EDAB2746B801DD5832F5254CF8C85B7212A996F((uint16_t)L_14, /*hidden argument*/NULL); V_1 = (uint16_t)L_15; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_16 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_17; L_17 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_18; L_18 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_19; L_19 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18); bool L_20; L_20 = ExifProfile_RemoveValue_mEA7E24267E875DFCE1BDB2F14319D5DDE2C14204((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18, (ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 *)L_19, /*hidden argument*/NULL); } IL_005e: { Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_21 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_22; L_22 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_23; L_23 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_24; L_24 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23); ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_24, (uint16_t)1, /*hidden argument*/ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); uint16_t L_25 = V_1; return (uint16_t)L_25; } } #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.Transforms.AutoOrientProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1__ctor_m0E643D347E8EE0163A590F13EBC5DA2E6FAC17F7_gshared (AutoOrientProcessor_1_t61BA5E64039F2D81BBE92125E5BDC481B0B8008C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); (( void (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::BeforeImageApply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_BeforeImageApply_m655565E0FCCF2B3D88C0D97AA47DCE562D8899A6_gshared (AutoOrientProcessor_1_t61BA5E64039F2D81BBE92125E5BDC481B0B8008C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); { NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_0; L_0 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); uint16_t L_1; L_1 = (( uint16_t (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_0 = (uint16_t)L_1; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_3; L_3 = Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_3; uint16_t L_4 = V_0; switch (L_4) { case 0: { goto IL_0180; } case 1: { goto IL_0180; } case 2: { goto IL_004a; } case 3: { goto IL_006c; } case 4: { goto IL_0093; } case 5: { goto IL_00b5; } case 6: { goto IL_00f9; } case 7: { goto IL_011d; } case 8: { goto IL_015e; } } } { goto IL_0180; } IL_004a: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_5 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_5, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6; L_6 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_7; L_7 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_7, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8, /*hidden argument*/NULL); goto IL_0180; } IL_006c: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_9 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_10 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_10, (float)(180.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_9, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_12; L_12 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_10, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_11, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_12, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13, /*hidden argument*/NULL); goto IL_0180; } IL_0093: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_14 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_14, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_15; L_15 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_16; L_16 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_17; L_17 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_14, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_15, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_17, /*hidden argument*/NULL); goto IL_0180; } IL_00b5: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_18 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_19 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_19, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_18, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_20; L_20 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_21; L_21 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; L_22 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_19, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_20, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_22, /*hidden argument*/NULL); FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_23 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_23, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_24; L_24 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_25; L_25 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_26; L_26 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_23, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_24, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_25, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_26, /*hidden argument*/NULL); goto IL_0180; } IL_00f9: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_27 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_28 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_28, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_27, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_29; L_29 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_30; L_30 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_31; L_31 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_28, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_29, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_30, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_31, /*hidden argument*/NULL); goto IL_0180; } IL_011d: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_32 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_32, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_33; L_33 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_34; L_34 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_35; L_35 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_32, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_33, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_34, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_35, /*hidden argument*/NULL); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_36 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_37 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_37, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_36, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_38; L_38 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_39; L_39 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_40; L_40 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_37, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_38, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_39, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_40, /*hidden argument*/NULL); goto IL_0180; } IL_015e: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_41 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_42 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_42, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_41, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43; L_43 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_44; L_44 = (( Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_45; L_45 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_42, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_44, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_45, /*hidden argument*/NULL); } IL_0180: { NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); (( void (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_OnFrameApply_m2CC5A69544304B76BB5A04BCE0682244B5B07F95_gshared (AutoOrientProcessor_1_t61BA5E64039F2D81BBE92125E5BDC481B0B8008C * __this, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___sourceBase0, const RuntimeMethod* method) { { return; } } // System.UInt16 SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::GetExifOrientation(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t AutoOrientProcessor_1_GetExifOrientation_mF98D86301C69CA5D96F40845F24E3A044308EA5F_gshared (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; uint16_t V_1 = 0; { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_0 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_1; L_1 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_2; L_2 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } { return (uint16_t)0; } IL_000f: { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_3 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_4; L_4 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_5; L_5 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_6; L_6 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5); RuntimeObject* L_7; L_7 = ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_6, /*hidden argument*/ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); V_0 = (RuntimeObject*)L_7; RuntimeObject* L_8 = V_0; if (L_8) { goto IL_002a; } } { return (uint16_t)0; } IL_002a: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue::get_DataType() */, IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_003c; } } { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); uint16_t L_12; L_12 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); V_1 = (uint16_t)L_12; goto IL_005e; } IL_003c: { RuntimeObject* L_13 = V_0; NullCheck((RuntimeObject*)L_13); uint16_t L_14; L_14 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_15; L_15 = Convert_ToUInt16_m2EDAB2746B801DD5832F5254CF8C85B7212A996F((uint16_t)L_14, /*hidden argument*/NULL); V_1 = (uint16_t)L_15; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_16 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_17; L_17 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_18; L_18 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_19; L_19 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18); bool L_20; L_20 = ExifProfile_RemoveValue_mEA7E24267E875DFCE1BDB2F14319D5DDE2C14204((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18, (ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 *)L_19, /*hidden argument*/NULL); } IL_005e: { Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_21 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_22; L_22 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_23; L_23 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_24; L_24 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23); ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_24, (uint16_t)1, /*hidden argument*/ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); uint16_t L_25 = V_1; return (uint16_t)L_25; } } #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.Transforms.AutoOrientProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1__ctor_mD6D8F2F6BEF8B74A0A50C69084148CF5CD68FBC0_gshared (AutoOrientProcessor_1_tFA39B2E3CB48FAC75320DF5CCA8C60F8F25B8AA6 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); (( void (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::BeforeImageApply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_BeforeImageApply_m7223E5E44DA22E1692D8F59662BAD69D572F5F34_gshared (AutoOrientProcessor_1_tFA39B2E3CB48FAC75320DF5CCA8C60F8F25B8AA6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); { NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_0; L_0 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); uint16_t L_1; L_1 = (( uint16_t (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_0 = (uint16_t)L_1; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_3; L_3 = Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_3; uint16_t L_4 = V_0; switch (L_4) { case 0: { goto IL_0180; } case 1: { goto IL_0180; } case 2: { goto IL_004a; } case 3: { goto IL_006c; } case 4: { goto IL_0093; } case 5: { goto IL_00b5; } case 6: { goto IL_00f9; } case 7: { goto IL_011d; } case 8: { goto IL_015e; } } } { goto IL_0180; } IL_004a: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_5 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_5, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6; L_6 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_7; L_7 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_7, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8, /*hidden argument*/NULL); goto IL_0180; } IL_006c: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_9 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_10 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_10, (float)(180.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_9, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_12; L_12 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_10, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_11, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_12, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13, /*hidden argument*/NULL); goto IL_0180; } IL_0093: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_14 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_14, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_15; L_15 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_16; L_16 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_17; L_17 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_14, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_15, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_17, /*hidden argument*/NULL); goto IL_0180; } IL_00b5: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_18 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_19 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_19, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_18, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_20; L_20 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_21; L_21 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; L_22 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_19, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_20, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_22, /*hidden argument*/NULL); FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_23 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_23, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_24; L_24 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_25; L_25 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_26; L_26 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_23, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_24, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_25, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_26, /*hidden argument*/NULL); goto IL_0180; } IL_00f9: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_27 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_28 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_28, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_27, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_29; L_29 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_30; L_30 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_31; L_31 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_28, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_29, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_30, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_31, /*hidden argument*/NULL); goto IL_0180; } IL_011d: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_32 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_32, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_33; L_33 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_34; L_34 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_35; L_35 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_32, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_33, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_34, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_35, /*hidden argument*/NULL); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_36 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_37 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_37, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_36, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_38; L_38 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_39; L_39 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_40; L_40 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_37, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_38, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_39, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_40, /*hidden argument*/NULL); goto IL_0180; } IL_015e: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_41 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_42 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_42, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_41, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43; L_43 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_44; L_44 = (( Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_45; L_45 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_42, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_44, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_45, /*hidden argument*/NULL); } IL_0180: { NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); (( void (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_OnFrameApply_m65F34CED02A8E0DC8DE5283B8E9C6ECC46B5F5F9_gshared (AutoOrientProcessor_1_tFA39B2E3CB48FAC75320DF5CCA8C60F8F25B8AA6 * __this, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___sourceBase0, const RuntimeMethod* method) { { return; } } // System.UInt16 SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::GetExifOrientation(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t AutoOrientProcessor_1_GetExifOrientation_m0DE07B023E0C6D85778CE555747CFDDC2F895EA1_gshared (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; uint16_t V_1 = 0; { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_0 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_1; L_1 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_2; L_2 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } { return (uint16_t)0; } IL_000f: { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_3 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_4; L_4 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_5; L_5 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_6; L_6 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5); RuntimeObject* L_7; L_7 = ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_6, /*hidden argument*/ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); V_0 = (RuntimeObject*)L_7; RuntimeObject* L_8 = V_0; if (L_8) { goto IL_002a; } } { return (uint16_t)0; } IL_002a: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue::get_DataType() */, IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_003c; } } { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); uint16_t L_12; L_12 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); V_1 = (uint16_t)L_12; goto IL_005e; } IL_003c: { RuntimeObject* L_13 = V_0; NullCheck((RuntimeObject*)L_13); uint16_t L_14; L_14 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_15; L_15 = Convert_ToUInt16_m2EDAB2746B801DD5832F5254CF8C85B7212A996F((uint16_t)L_14, /*hidden argument*/NULL); V_1 = (uint16_t)L_15; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_16 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_17; L_17 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_18; L_18 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_19; L_19 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18); bool L_20; L_20 = ExifProfile_RemoveValue_mEA7E24267E875DFCE1BDB2F14319D5DDE2C14204((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18, (ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 *)L_19, /*hidden argument*/NULL); } IL_005e: { Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_21 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_22; L_22 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_23; L_23 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_24; L_24 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23); ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_24, (uint16_t)1, /*hidden argument*/ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); uint16_t L_25 = V_1; return (uint16_t)L_25; } } #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.Transforms.AutoOrientProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1__ctor_m6738DCC88A51E0A4F156E7B5033A6DB90247C91B_gshared (AutoOrientProcessor_1_tD3E7A41E432EA1172007E3229D12A961F4EA5618 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); (( void (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::BeforeImageApply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_BeforeImageApply_mD1DFE74C1687CD0B220B902B113A0F7330093123_gshared (AutoOrientProcessor_1_tD3E7A41E432EA1172007E3229D12A961F4EA5618 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); { NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_0; L_0 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); uint16_t L_1; L_1 = (( uint16_t (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_0 = (uint16_t)L_1; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_3; L_3 = Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_3; uint16_t L_4 = V_0; switch (L_4) { case 0: { goto IL_0180; } case 1: { goto IL_0180; } case 2: { goto IL_004a; } case 3: { goto IL_006c; } case 4: { goto IL_0093; } case 5: { goto IL_00b5; } case 6: { goto IL_00f9; } case 7: { goto IL_011d; } case 8: { goto IL_015e; } } } { goto IL_0180; } IL_004a: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_5 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_5, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6; L_6 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_7; L_7 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_7, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8, /*hidden argument*/NULL); goto IL_0180; } IL_006c: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_9 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_10 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_10, (float)(180.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_9, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_12; L_12 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_10, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_11, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_12, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13, /*hidden argument*/NULL); goto IL_0180; } IL_0093: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_14 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_14, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_15; L_15 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_16; L_16 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_17; L_17 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_14, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_15, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_17, /*hidden argument*/NULL); goto IL_0180; } IL_00b5: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_18 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_19 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_19, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_18, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_20; L_20 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_21; L_21 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; L_22 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_19, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_20, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_22, /*hidden argument*/NULL); FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_23 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_23, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_24; L_24 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_25; L_25 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_26; L_26 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_23, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_24, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_25, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_26, /*hidden argument*/NULL); goto IL_0180; } IL_00f9: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_27 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_28 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_28, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_27, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_29; L_29 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_30; L_30 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_31; L_31 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_28, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_29, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_30, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_31, /*hidden argument*/NULL); goto IL_0180; } IL_011d: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_32 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_32, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_33; L_33 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_34; L_34 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_35; L_35 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_32, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_33, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_34, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_35, /*hidden argument*/NULL); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_36 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_37 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_37, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_36, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_38; L_38 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_39; L_39 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_40; L_40 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_37, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_38, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_39, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_40, /*hidden argument*/NULL); goto IL_0180; } IL_015e: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_41 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_42 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_42, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_41, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43; L_43 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_44; L_44 = (( Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_45; L_45 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_42, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_44, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_45, /*hidden argument*/NULL); } IL_0180: { NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); (( void (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_OnFrameApply_m9E6EDE9A936C433CCCEE1D662140E871A11B01CD_gshared (AutoOrientProcessor_1_tD3E7A41E432EA1172007E3229D12A961F4EA5618 * __this, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___sourceBase0, const RuntimeMethod* method) { { return; } } // System.UInt16 SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::GetExifOrientation(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t AutoOrientProcessor_1_GetExifOrientation_mC579BB7D24EAA863761E686B88B8FC9A6F34E0B0_gshared (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; uint16_t V_1 = 0; { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_0 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_1; L_1 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_2; L_2 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } { return (uint16_t)0; } IL_000f: { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_3 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_4; L_4 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_5; L_5 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_6; L_6 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5); RuntimeObject* L_7; L_7 = ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_6, /*hidden argument*/ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); V_0 = (RuntimeObject*)L_7; RuntimeObject* L_8 = V_0; if (L_8) { goto IL_002a; } } { return (uint16_t)0; } IL_002a: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue::get_DataType() */, IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_003c; } } { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); uint16_t L_12; L_12 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); V_1 = (uint16_t)L_12; goto IL_005e; } IL_003c: { RuntimeObject* L_13 = V_0; NullCheck((RuntimeObject*)L_13); uint16_t L_14; L_14 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_15; L_15 = Convert_ToUInt16_m2EDAB2746B801DD5832F5254CF8C85B7212A996F((uint16_t)L_14, /*hidden argument*/NULL); V_1 = (uint16_t)L_15; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_16 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_17; L_17 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_18; L_18 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_19; L_19 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18); bool L_20; L_20 = ExifProfile_RemoveValue_mEA7E24267E875DFCE1BDB2F14319D5DDE2C14204((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18, (ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 *)L_19, /*hidden argument*/NULL); } IL_005e: { Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_21 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_22; L_22 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_23; L_23 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_24; L_24 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23); ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_24, (uint16_t)1, /*hidden argument*/ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); uint16_t L_25 = V_1; return (uint16_t)L_25; } } #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.Transforms.AutoOrientProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1__ctor_m4A9FD96FA727D3E268FD4AE95BCA075049EFD714_gshared (AutoOrientProcessor_1_t74DCFC1690BFEAC4C9C04EA47A5149CFFEBDECA3 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); (( void (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::BeforeImageApply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_BeforeImageApply_m11B450F9CFCA578D303E59B0E2F1233C627040FF_gshared (AutoOrientProcessor_1_t74DCFC1690BFEAC4C9C04EA47A5149CFFEBDECA3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); { NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_0; L_0 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); uint16_t L_1; L_1 = (( uint16_t (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_0 = (uint16_t)L_1; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_3; L_3 = Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_3; uint16_t L_4 = V_0; switch (L_4) { case 0: { goto IL_0180; } case 1: { goto IL_0180; } case 2: { goto IL_004a; } case 3: { goto IL_006c; } case 4: { goto IL_0093; } case 5: { goto IL_00b5; } case 6: { goto IL_00f9; } case 7: { goto IL_011d; } case 8: { goto IL_015e; } } } { goto IL_0180; } IL_004a: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_5 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_5, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6; L_6 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_7; L_7 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_7, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8, /*hidden argument*/NULL); goto IL_0180; } IL_006c: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_9 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_10 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_10, (float)(180.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_9, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_12; L_12 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_10, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_11, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_12, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13, /*hidden argument*/NULL); goto IL_0180; } IL_0093: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_14 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_14, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_15; L_15 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_16; L_16 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_17; L_17 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_14, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_15, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_17, /*hidden argument*/NULL); goto IL_0180; } IL_00b5: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_18 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_19 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_19, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_18, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_20; L_20 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_21; L_21 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; L_22 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_19, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_20, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_22, /*hidden argument*/NULL); FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_23 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_23, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_24; L_24 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_25; L_25 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_26; L_26 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_23, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_24, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_25, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_26, /*hidden argument*/NULL); goto IL_0180; } IL_00f9: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_27 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_28 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_28, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_27, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_29; L_29 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_30; L_30 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_31; L_31 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_28, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_29, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_30, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_31, /*hidden argument*/NULL); goto IL_0180; } IL_011d: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_32 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_32, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_33; L_33 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_34; L_34 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_35; L_35 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_32, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_33, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_34, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_35, /*hidden argument*/NULL); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_36 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_37 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_37, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_36, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_38; L_38 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_39; L_39 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_40; L_40 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_37, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_38, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_39, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_40, /*hidden argument*/NULL); goto IL_0180; } IL_015e: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_41 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_42 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_42, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_41, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43; L_43 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_44; L_44 = (( Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_45; L_45 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_42, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_44, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_45, /*hidden argument*/NULL); } IL_0180: { NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); (( void (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_OnFrameApply_m55606FD7D46DE77067756BC42F96E384DA0CF264_gshared (AutoOrientProcessor_1_t74DCFC1690BFEAC4C9C04EA47A5149CFFEBDECA3 * __this, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___sourceBase0, const RuntimeMethod* method) { { return; } } // System.UInt16 SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::GetExifOrientation(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t AutoOrientProcessor_1_GetExifOrientation_m46C39D426CC131FAB6FF43FE8A8FE0DCC0C3FDB3_gshared (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; uint16_t V_1 = 0; { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_0 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_1; L_1 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_2; L_2 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } { return (uint16_t)0; } IL_000f: { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_3 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_4; L_4 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_5; L_5 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_6; L_6 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5); RuntimeObject* L_7; L_7 = ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_6, /*hidden argument*/ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); V_0 = (RuntimeObject*)L_7; RuntimeObject* L_8 = V_0; if (L_8) { goto IL_002a; } } { return (uint16_t)0; } IL_002a: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue::get_DataType() */, IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_003c; } } { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); uint16_t L_12; L_12 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); V_1 = (uint16_t)L_12; goto IL_005e; } IL_003c: { RuntimeObject* L_13 = V_0; NullCheck((RuntimeObject*)L_13); uint16_t L_14; L_14 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_15; L_15 = Convert_ToUInt16_m2EDAB2746B801DD5832F5254CF8C85B7212A996F((uint16_t)L_14, /*hidden argument*/NULL); V_1 = (uint16_t)L_15; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_16 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_17; L_17 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_18; L_18 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_19; L_19 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18); bool L_20; L_20 = ExifProfile_RemoveValue_mEA7E24267E875DFCE1BDB2F14319D5DDE2C14204((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18, (ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 *)L_19, /*hidden argument*/NULL); } IL_005e: { Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_21 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_22; L_22 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_23; L_23 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_24; L_24 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23); ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_24, (uint16_t)1, /*hidden argument*/ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); uint16_t L_25 = V_1; return (uint16_t)L_25; } } #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.Transforms.AutoOrientProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1__ctor_m241ABB62C35348464E85ED97677BD53AF18707EA_gshared (AutoOrientProcessor_1_t9704E527DB85159E937F701B75B7358A47161B20 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); (( void (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::BeforeImageApply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_BeforeImageApply_m9D8BC63C8CE04907660A69D2019B5051B34E69CF_gshared (AutoOrientProcessor_1_t9704E527DB85159E937F701B75B7358A47161B20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); { NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_0; L_0 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); uint16_t L_1; L_1 = (( uint16_t (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_0 = (uint16_t)L_1; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_3; L_3 = Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_3; uint16_t L_4 = V_0; switch (L_4) { case 0: { goto IL_0180; } case 1: { goto IL_0180; } case 2: { goto IL_004a; } case 3: { goto IL_006c; } case 4: { goto IL_0093; } case 5: { goto IL_00b5; } case 6: { goto IL_00f9; } case 7: { goto IL_011d; } case 8: { goto IL_015e; } } } { goto IL_0180; } IL_004a: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_5 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_5, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6; L_6 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_7; L_7 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_7, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8, /*hidden argument*/NULL); goto IL_0180; } IL_006c: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_9 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_10 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_10, (float)(180.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_9, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_12; L_12 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_10, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_11, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_12, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13, /*hidden argument*/NULL); goto IL_0180; } IL_0093: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_14 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_14, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_15; L_15 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_16; L_16 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_17; L_17 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_14, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_15, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_17, /*hidden argument*/NULL); goto IL_0180; } IL_00b5: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_18 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_19 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_19, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_18, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_20; L_20 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_21; L_21 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; L_22 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_19, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_20, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_22, /*hidden argument*/NULL); FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_23 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_23, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_24; L_24 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_25; L_25 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_26; L_26 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_23, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_24, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_25, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_26, /*hidden argument*/NULL); goto IL_0180; } IL_00f9: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_27 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_28 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_28, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_27, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_29; L_29 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_30; L_30 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_31; L_31 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_28, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_29, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_30, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_31, /*hidden argument*/NULL); goto IL_0180; } IL_011d: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_32 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_32, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_33; L_33 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_34; L_34 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_35; L_35 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_32, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_33, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_34, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_35, /*hidden argument*/NULL); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_36 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_37 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_37, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_36, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_38; L_38 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_39; L_39 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_40; L_40 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_37, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_38, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_39, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_40, /*hidden argument*/NULL); goto IL_0180; } IL_015e: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_41 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_42 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_42, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_41, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43; L_43 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_44; L_44 = (( Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_45; L_45 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_42, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_44, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_45, /*hidden argument*/NULL); } IL_0180: { NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); (( void (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_OnFrameApply_m1C7A38BB6F467038B0EB01B77F1645F91DFCCC2E_gshared (AutoOrientProcessor_1_t9704E527DB85159E937F701B75B7358A47161B20 * __this, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___sourceBase0, const RuntimeMethod* method) { { return; } } // System.UInt16 SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::GetExifOrientation(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t AutoOrientProcessor_1_GetExifOrientation_m45A1553D6696161A1E15AFE8EB5B49914736EC28_gshared (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; uint16_t V_1 = 0; { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_0 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_1; L_1 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_2; L_2 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } { return (uint16_t)0; } IL_000f: { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_3 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_4; L_4 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_5; L_5 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_6; L_6 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5); RuntimeObject* L_7; L_7 = ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_6, /*hidden argument*/ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); V_0 = (RuntimeObject*)L_7; RuntimeObject* L_8 = V_0; if (L_8) { goto IL_002a; } } { return (uint16_t)0; } IL_002a: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue::get_DataType() */, IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_003c; } } { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); uint16_t L_12; L_12 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); V_1 = (uint16_t)L_12; goto IL_005e; } IL_003c: { RuntimeObject* L_13 = V_0; NullCheck((RuntimeObject*)L_13); uint16_t L_14; L_14 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_15; L_15 = Convert_ToUInt16_m2EDAB2746B801DD5832F5254CF8C85B7212A996F((uint16_t)L_14, /*hidden argument*/NULL); V_1 = (uint16_t)L_15; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_16 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_17; L_17 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_18; L_18 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_19; L_19 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18); bool L_20; L_20 = ExifProfile_RemoveValue_mEA7E24267E875DFCE1BDB2F14319D5DDE2C14204((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18, (ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 *)L_19, /*hidden argument*/NULL); } IL_005e: { Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_21 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_22; L_22 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_23; L_23 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_24; L_24 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23); ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_24, (uint16_t)1, /*hidden argument*/ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); uint16_t L_25 = V_1; return (uint16_t)L_25; } } #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.Transforms.AutoOrientProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1__ctor_m86DCF672AE287CEAAF1C911C1F577B84BC52C1FC_gshared (AutoOrientProcessor_1_t8A2721EF323EBA4DDC37A3E40B2A1A2FEE69BABD * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); (( void (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::BeforeImageApply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_BeforeImageApply_m7799DA5E36FF214129FF391D5B7F8367FBF09911_gshared (AutoOrientProcessor_1_t8A2721EF323EBA4DDC37A3E40B2A1A2FEE69BABD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E V_1; memset((&V_1), 0, sizeof(V_1)); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); { NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_0; L_0 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); uint16_t L_1; L_1 = (( uint16_t (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_0 = (uint16_t)L_1; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2; L_2 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2; Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_3; L_3 = Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); V_1 = (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_3; uint16_t L_4 = V_0; switch (L_4) { case 0: { goto IL_0180; } case 1: { goto IL_0180; } case 2: { goto IL_004a; } case 3: { goto IL_006c; } case 4: { goto IL_0093; } case 5: { goto IL_00b5; } case 6: { goto IL_00f9; } case 7: { goto IL_011d; } case 8: { goto IL_015e; } } } { goto IL_0180; } IL_004a: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_5 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_5, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6; L_6 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_7; L_7 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_5, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_6, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_7, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8, /*hidden argument*/NULL); goto IL_0180; } IL_006c: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_9 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_10 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_10, (float)(180.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_9, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_11; L_11 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_12; L_12 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_10, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_11, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_12, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13, /*hidden argument*/NULL); goto IL_0180; } IL_0093: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_14 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_14, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_15; L_15 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_16; L_16 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_17; L_17 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_14, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_15, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_17, /*hidden argument*/NULL); goto IL_0180; } IL_00b5: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_18 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_19 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_19, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_18, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_20; L_20 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_21; L_21 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; L_22 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_19, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_20, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_22, /*hidden argument*/NULL); FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_23 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_23, (int32_t)1, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_24; L_24 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_25; L_25 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_26; L_26 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_23, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_24, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_25, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_26, /*hidden argument*/NULL); goto IL_0180; } IL_00f9: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_27 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_28 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_28, (float)(90.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_27, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_29; L_29 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_30; L_30 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_31; L_31 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_28, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_29, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_30, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_31, /*hidden argument*/NULL); goto IL_0180; } IL_011d: { FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A * L_32 = (FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A *)il2cpp_codegen_object_new(FlipProcessor_tDA655269CCD95BC4E6CFFF20E4DFFD17A890194A_il2cpp_TypeInfo_var); FlipProcessor__ctor_m3077FFDEBD5B8DA8DCBB06D38C6FDBB6CD4FAE77(L_32, (int32_t)2, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_33; L_33 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_34; L_34 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_35; L_35 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_32, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_33, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_34, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_35, /*hidden argument*/NULL); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_36 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_37 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_37, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_36, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_38; L_38 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_39; L_39 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_40; L_40 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_37, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_38, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_39, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_40, /*hidden argument*/NULL); goto IL_0180; } IL_015e: { Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_41 = V_1; RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 * L_42 = (RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9 *)il2cpp_codegen_object_new(RotateProcessor_tCBACD7010CFA67374D80FA446F0E12B790AD54E9_il2cpp_TypeInfo_var); RotateProcessor__ctor_m519972698210817BC0A73D342F7BDB30F63A5F94(L_42, (float)(270.0f), (Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E )L_41, /*hidden argument*/NULL); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_43; L_43 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_44; L_44 = (( Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_45; L_45 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ImageProcessorExtensions_Execute_m46AFAD828135041F1FE979C21E669EBA1344EAF8((RuntimeObject*)L_42, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_43, (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_44, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_45, /*hidden argument*/NULL); } IL_0180: { NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); (( void (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoOrientProcessor_1_OnFrameApply_mEF8DAC472FAD8090D05A1946154831BCEFBAA931_gshared (AutoOrientProcessor_1_t8A2721EF323EBA4DDC37A3E40B2A1A2FEE69BABD * __this, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___sourceBase0, const RuntimeMethod* method) { { return; } } // System.UInt16 SixLabors.ImageSharp.Processing.Processors.Transforms.AutoOrientProcessor`1::GetExifOrientation(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t AutoOrientProcessor_1_GetExifOrientation_m0026CDE3F5A219446355712B8B81280FE1FA976E_gshared (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; uint16_t V_1 = 0; { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_0 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_1; L_1 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_0, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_2; L_2 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } { return (uint16_t)0; } IL_000f: { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_3 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_4; L_4 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_3, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_5; L_5 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_6; L_6 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5); RuntimeObject* L_7; L_7 = ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_5, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_6, /*hidden argument*/ExifProfile_GetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mC8FDD3753A17FE8C29BD265B485B1F2DD5D5CD04_RuntimeMethod_var); V_0 = (RuntimeObject*)L_7; RuntimeObject* L_8 = V_0; if (L_8) { goto IL_002a; } } { return (uint16_t)0; } IL_002a: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* SixLabors.ImageSharp.Metadata.Profiles.Exif.ExifDataType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue::get_DataType() */, IExifValue_t5CE91371778996C5B64B395A9564D3F2D2C3B9A7_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_003c; } } { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); uint16_t L_12; L_12 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); V_1 = (uint16_t)L_12; goto IL_005e; } IL_003c: { RuntimeObject* L_13 = V_0; NullCheck((RuntimeObject*)L_13); uint16_t L_14; L_14 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* TValueType SixLabors.ImageSharp.Metadata.Profiles.Exif.IExifValue`1::get_Value() */, IExifValue_1_t131B0832AC3ED08A7DE2F8E89F9AAF6AAF5147B2_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_15; L_15 = Convert_ToUInt16_m2EDAB2746B801DD5832F5254CF8C85B7212A996F((uint16_t)L_14, /*hidden argument*/NULL); V_1 = (uint16_t)L_15; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_16 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_17; L_17 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_18; L_18 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_19; L_19 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18); bool L_20; L_20 = ExifProfile_RemoveValue_mEA7E24267E875DFCE1BDB2F14319D5DDE2C14204((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_18, (ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49 *)L_19, /*hidden argument*/NULL); } IL_005e: { Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_21 = ___source0; NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21); ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * L_22; L_22 = Image_get_Metadata_mA7F56CB1D16CFCD78958DAE15C8D825EA62F0763_inline((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_21, /*hidden argument*/NULL); NullCheck((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22); ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_23; L_23 = ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline((ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA *)L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_24; L_24 = ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline(/*hidden argument*/NULL); NullCheck((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23); ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166((ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 *)L_23, (ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E *)L_24, (uint16_t)1, /*hidden argument*/ExifProfile_SetValue_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m07E4C40E83A810B7836F698D46D452A74C920166_RuntimeMethod_var); uint16_t L_25 = V_1; return (uint16_t)L_25; } } #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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m0C679CAC5CC8B2554D44EFB70EC31D957593009B_gshared (BackgroundColorProcessor_1_t77519FEF3451DA31A14BE91264DAEA7B827FF6A9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this); (( void (*) (ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m3E792297F27190E4F17A6EFE9C4CA4562ED814B2_gshared (BackgroundColorProcessor_1_t77519FEF3451DA31A14BE91264DAEA7B827FF6A9 * __this, ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * V_7 = NULL; RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_2; L_2 = Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_19; L_19 = (( Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_19; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_20 = V_0; Span_1_Fill_m8EE0EDA21EA566BFCC21A2400C8A4482AA34D661((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_10), (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * L_25; L_25 = (( PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *)L_25); PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * L_27; L_27 = (( PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * (*) (PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_33 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_33); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_34; L_34 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m57171D592CEFA1E1AE6A45C7BA9A959131CED96C_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 *)(RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mA0F749065BF7E3DABB4186CBD1833B08864F3E8B_gshared (BackgroundColorProcessor_1_tA2E0179119F364256D350524DFD331AF8D0627A8 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this); (( void (*) (ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mAE3CB8B8172E7DEA7301788F07FE3DA7B9662D59_gshared (BackgroundColorProcessor_1_tA2E0179119F364256D350524DFD331AF8D0627A8 * __this, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * V_7 = NULL; RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_2; L_2 = Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_19; L_19 = (( Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_19; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_20 = V_0; Span_1_Fill_m37C02A4AA0A881E88C789F9FCB1D697C3EF97CA2((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_10), (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * L_25; L_25 = (( PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *)L_25); PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * L_27; L_27 = (( PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * (*) (PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_33 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_33); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_34; L_34 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m8BF4EF8931A382BE9D33379C5D61C455FB6FB859_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C *)(RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m532A377D03771685909DEE9C672CC106423CEE44_gshared (BackgroundColorProcessor_1_t5B9FF200050A02478716E2331DAAC60949318771 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this); (( void (*) (ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m73A3D265504888833C5F03CEB7842D7F087B0FAA_gshared (BackgroundColorProcessor_1_t5B9FF200050A02478716E2331DAAC60949318771 * __this, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * V_7 = NULL; RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_2; L_2 = Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_19; L_19 = (( Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_19; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_20 = V_0; Span_1_Fill_m9A82F4CC2224107B5E4A43F953D3E0475355045F((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_10), (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * L_25; L_25 = (( PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *)L_25); PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * L_27; L_27 = (( PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * (*) (PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_33 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_33); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_34; L_34 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m5E6C5FE55F55F08CC10A5DFECCE0E6B15BAF938A_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA *)(RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mED657C0BEB5FC46AA9645AF6945207870698C70B_gshared (BackgroundColorProcessor_1_t2CDCE9102616240A5B2C515ACC1E8BC18E6559C1 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this); (( void (*) (ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mE49A473B56218C3CAB96EC347570490CF83F6266_gshared (BackgroundColorProcessor_1_t2CDCE9102616240A5B2C515ACC1E8BC18E6559C1 * __this, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * V_7 = NULL; RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_2; L_2 = Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_19; L_19 = (( Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_19; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_20 = V_0; Span_1_Fill_m86223DD87EBC14124AA03F1FA41695887B90AD64((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_10), (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * L_25; L_25 = (( PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *)L_25); PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * L_27; L_27 = (( PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * (*) (PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_33 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_33); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_34; L_34 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m53FE32E1BDB52D0C6B9125EEEF22A14C633555E5_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 *)(RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m0471E90D10FA956D090ED33BF648F926FEE311E1_gshared (BackgroundColorProcessor_1_tC19EFDC402C8FF1E0079ACE4C2AAF9DCAB362C1A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this); (( void (*) (ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mC2C477A9E907D6EFBD4666CE08A31E8435F16876_gshared (BackgroundColorProcessor_1_tC19EFDC402C8FF1E0079ACE4C2AAF9DCAB362C1A * __this, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * V_7 = NULL; RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_2; L_2 = Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_19; L_19 = (( Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_19; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_20 = V_0; Span_1_Fill_m59FBDC591E58776ADC51215031F31EBC24B52BE1((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_10), (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * L_25; L_25 = (( PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *)L_25); PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * L_27; L_27 = (( PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * (*) (PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_33 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_33); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_34; L_34 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m6EC19446CF6E42F1C791589A981A61B7B84F8213_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 *)(RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m02BBCB6EE6A57A51175329B24228BEB169CF9436_gshared (BackgroundColorProcessor_1_tD9C414F81A2F8051288AF2CC214F6ECF95618133 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this); (( void (*) (ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mB61F5C138BA8D1EAD750C331ABAA2880A60A45D7_gshared (BackgroundColorProcessor_1_tD9C414F81A2F8051288AF2CC214F6ECF95618133 * __this, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * V_7 = NULL; RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tC089F74404A3C46975952EE686EC533667BB207F V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_2; L_2 = Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_19; L_19 = (( Span_1_tC089F74404A3C46975952EE686EC533667BB207F (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_19; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_20 = V_0; Span_1_Fill_m41550B22CF2883A4B4D935679AD874C472E91E0C((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_10), (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * L_25; L_25 = (( PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *)L_25); PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * L_27; L_27 = (( PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * (*) (PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_33 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_33); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_34; L_34 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_mC78D3C70319B80DA2567EAD05B067C3BECC411EC_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 *)(RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mFCDB106A8E51DFC3EF19FD9B35C765F37DADF08D_gshared (BackgroundColorProcessor_1_tA9A79C44B5A35EF7D8670ACAA0FDE1E9B1893CE6 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this); (( void (*) (ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m8C803CAB3D1C953030AAB6D6FDE38201286A355C_gshared (BackgroundColorProcessor_1_tA9A79C44B5A35EF7D8670ACAA0FDE1E9B1893CE6 * __this, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * V_7 = NULL; RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_2; L_2 = Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_19; L_19 = (( Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_19; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_20 = V_0; Span_1_Fill_mE386CE1259057C2B7061C3496823B621F396C7A3((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_10), (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * L_25; L_25 = (( PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *)L_25); PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * L_27; L_27 = (( PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * (*) (PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_33 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_33); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_34; L_34 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m9CDCC6D336CA4B3C004C00381F15992D88344102_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F *)(RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mEDDE71E98398D745E4EC9BA3BEF2ED29BDAE22EE_gshared (BackgroundColorProcessor_1_t545A6CA317A63549C42ACC0F2DE9CDDED05DE292 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this); (( void (*) (ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mEB675192235A1C1B90FADDBA449D7FEA8A54655A_gshared (BackgroundColorProcessor_1_t545A6CA317A63549C42ACC0F2DE9CDDED05DE292 * __this, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * V_7 = NULL; RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_2; L_2 = Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_19; L_19 = (( Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_19; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_20 = V_0; Span_1_Fill_mF7FD2CFA9E9D2B82588DA3F9ED9837C9B47A83DC((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_10), (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * L_25; L_25 = (( PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *)L_25); PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * L_27; L_27 = (( PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * (*) (PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_33 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_33); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_34; L_34 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_mCFF7BE3578357C2AA1AD53ABBBAAEE03633D27CD_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 *)(RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mBB549FEC10FFC85997CE8A4AC818E88F392FB7CA_gshared (BackgroundColorProcessor_1_tDE564748E0D08F0911D5F66EC266A7D8D1D9C8C1 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this); (( void (*) (ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m09BACE6B8652AE70D7C466562697A77E99980C57_gshared (BackgroundColorProcessor_1_tDE564748E0D08F0911D5F66EC266A7D8D1D9C8C1 * __this, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * V_7 = NULL; RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_2; L_2 = Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_19; L_19 = (( Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_19; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_20 = V_0; Span_1_Fill_m69A71BB59E324E6500E84457579B26F4ED6E9305((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_10), (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * L_25; L_25 = (( PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *)L_25); PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * L_27; L_27 = (( PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * (*) (PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_33 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_33); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_34; L_34 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m1E04C59FDE1AF7149523889CEB2187DAD60AAA0C_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 *)(RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m420DCCE39155CF7E3D233484B31021B3631CE12F_gshared (BackgroundColorProcessor_1_t9CC0F0EF8C53181D17042FD5EA0EEAFE118D1712 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this); (( void (*) (ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m592B6918C3A5C9E9A05B7A9F9D54A78A4F9D18B5_gshared (BackgroundColorProcessor_1_t9CC0F0EF8C53181D17042FD5EA0EEAFE118D1712 * __this, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * V_7 = NULL; RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_2; L_2 = Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_19; L_19 = (( Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_19; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_20 = V_0; Span_1_Fill_m5E79161F17CD2AADD28CF0F1D09F074DB2D45F45((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_10), (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * L_25; L_25 = (( PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *)L_25); PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * L_27; L_27 = (( PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * (*) (PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_33 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_33); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_34; L_34 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m3F8B874D917BCECB8BD9DB0BAC6C7CF5F161B889_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 *)(RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m6D9E5F2F3916CF305B65F7AADC8AE519FDB0F349_gshared (BackgroundColorProcessor_1_t8288EEEAEAC4FA6C4798EFF28B1260DB1E51B8D2 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this); (( void (*) (ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mCF3ABE334B787970AE492D4DB0DCE4EECAB88A4B_gshared (BackgroundColorProcessor_1_t8288EEEAEAC4FA6C4798EFF28B1260DB1E51B8D2 * __this, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * V_7 = NULL; RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_2; L_2 = Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_19; L_19 = (( Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_19; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_20 = V_0; Span_1_Fill_m5D232BCA14AC9C5240DE25A4F7D44990656D6BE1((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_10), (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * L_25; L_25 = (( PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *)L_25); PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * L_27; L_27 = (( PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * (*) (PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_33 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_33); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_34; L_34 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m349E1A7273D428C276241FFE7EF0BD18CFA6AAFA_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 *)(RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m1326449D03C5E1D147B1509FA9337153C878DD6D_gshared (BackgroundColorProcessor_1_tF518D434F55455192E68750B2F47000D81972624 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this); (( void (*) (ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mF263B996BF373B91796B89CAE838F7034CEFA05E_gshared (BackgroundColorProcessor_1_tF518D434F55455192E68750B2F47000D81972624 * __this, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * V_7 = NULL; RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_2; L_2 = Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_19; L_19 = (( Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_19; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_20 = V_0; Span_1_Fill_mEA201FCC17CF182365446956EF970E80D22599D6((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_10), (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * L_25; L_25 = (( PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *)L_25); PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * L_27; L_27 = (( PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * (*) (PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_33 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_33); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_34; L_34 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_mEDC961FEE1A5DA334D4DCFE8B16727AD0B2B5BDD_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E *)(RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mA8360F33F2724DD4F595D274654E441B370F6A76_gshared (BackgroundColorProcessor_1_tDCDF60CB3091F574FBC94B6FC33B39F4030DDF95 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this); (( void (*) (ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mB804EF18CF1A6C47BA4BCEB9169F70C40ACA7674_gshared (BackgroundColorProcessor_1_tDCDF60CB3091F574FBC94B6FC33B39F4030DDF95 * __this, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * V_7 = NULL; RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_2; L_2 = Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_19; L_19 = (( Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_19; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_20 = V_0; Span_1_Fill_m6564998454354F81F411B2C3CBB8AE9E05E0779A((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_10), (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * L_25; L_25 = (( PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *)L_25); PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * L_27; L_27 = (( PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * (*) (PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_33 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_33); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_34; L_34 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m0F66CCFCB5C664DD6E46AEA5CF86FC714BE823D9_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF *)(RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m8F1921A0F727F39953106200200F672D167C0FEA_gshared (BackgroundColorProcessor_1_tB7B64CC3372026B31611AF42D5277F255FD6F1F1 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this); (( void (*) (ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m01BCC21C70D6A6C57E973222C2C3993DEDEC7076_gshared (BackgroundColorProcessor_1_tB7B64CC3372026B31611AF42D5277F255FD6F1F1 * __this, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } L8_t0DC62ABA8124A587901AC9D023076EF568A23003 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * V_7 = NULL; RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_2; L_2 = Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_19; L_19 = (( Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_19; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_20 = V_0; Span_1_Fill_mB122C34CDCFB09CD7FBD76C748EDEF77609E07E5((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_10), (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * L_25; L_25 = (( PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *)L_25); PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * L_27; L_27 = (( PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * (*) (PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_33 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_33); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_34; L_34 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_mE44558BE3FA921A3CE09831CBCAA09F928FF4BC6_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 *)(RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mDE15793D104AEA6D85691296DB2C7E5E8710459C_gshared (BackgroundColorProcessor_1_t637410026D7DB8A4345DDA7013DAA49F97D4AAF4 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this); (( void (*) (ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m10E6C790EE25C57D921E92B3E3D6B2A55C3C082A_gshared (BackgroundColorProcessor_1_t637410026D7DB8A4345DDA7013DAA49F97D4AAF4 * __this, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * V_7 = NULL; RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_2; L_2 = Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_19; L_19 = (( Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_19; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_20 = V_0; Span_1_Fill_m5EC8422AD6F245D2251389D35200F49B6B730E21((Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(&V_10), (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * L_25; L_25 = (( PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *)L_25); PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * L_27; L_27 = (( PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * (*) (PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_33 = ___source0; NullCheck((ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_33); Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * L_34; L_34 = (( Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * (*) (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m324EE566E7542FC9078A75EF6447109A68C080E1_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 *)(RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m8ECCE05C2AA24EC89F92C92A5DDA1F71AD0C651F_gshared (BackgroundColorProcessor_1_t620577AA6C306F2AD4C80AE91F1DFBDADA3F4335 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this); (( void (*) (ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m1121165EB1FD051BD60DEC1B7BB6FC0D5C5CEDB3_gshared (BackgroundColorProcessor_1_t620577AA6C306F2AD4C80AE91F1DFBDADA3F4335 * __this, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * V_7 = NULL; RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_2; L_2 = Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_19; L_19 = (( Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_19; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_20 = V_0; Span_1_Fill_m40BEBA547DBF792ADCBFDA2B7CA79FAA5BD82164((Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(&V_10), (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * L_25; L_25 = (( PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *)L_25); PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * L_27; L_27 = (( PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * (*) (PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_33 = ___source0; NullCheck((ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_33); Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * L_34; L_34 = (( Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * (*) (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m9A9C2EA1F7C746007C28BAFE24FE73B28BE40450_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F *)(RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mCB4A1776385C8C1EBD124BD70E4036B7213C65DE_gshared (BackgroundColorProcessor_1_tC8461BB08F1C27B02AACEAF5573FCBA92F008212 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this); (( void (*) (ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mD19B475DF11E3D058757EF81CE0812298279B895_gshared (BackgroundColorProcessor_1_tC8461BB08F1C27B02AACEAF5573FCBA92F008212 * __this, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * V_7 = NULL; RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_2; L_2 = Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_19; L_19 = (( Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 )L_19; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_20 = V_0; Span_1_Fill_m975730E5AB42E99BE0E9CF4AF0385995D9B0D87D((Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(&V_10), (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * L_25; L_25 = (( PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *)L_25); PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * L_27; L_27 = (( PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * (*) (PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_33 = ___source0; NullCheck((ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_33); Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * L_34; L_34 = (( Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * (*) (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m59287FE59ED6C2024E225FD5005D22FDA40F86E4_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 *)(RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mADAEBD4D224541CAC15E3EB80EF5021188069FE7_gshared (BackgroundColorProcessor_1_t450D608D2665DBE9920B893EE6BBB4E84830696C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); (( void (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mDC0C11A6F731AC9E766E6439F03BD1AB17BCACAB_gshared (BackgroundColorProcessor_1_t450D608D2665DBE9920B893EE6BBB4E84830696C * __this, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * V_7 = NULL; RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_2; L_2 = Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_19; L_19 = (( Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_19; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_20 = V_0; Span_1_Fill_m7FD37890C3E4B843E7F10ADDD6C0889F25BE9C2F((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&V_10), (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * L_25; L_25 = (( PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *)L_25); PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * L_27; L_27 = (( PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * (*) (PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_33 = ___source0; NullCheck((ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_33); Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * L_34; L_34 = (( Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * (*) (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m066EF00D93C453BB4C65002871A8C90BCBACC439_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F *)(RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m6BD94FAE9BE9B0411EBD366E083ECA31A199022F_gshared (BackgroundColorProcessor_1_t0BC61F63F5E3D33C0EF367DC2C9DE2F2D53F8E24 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); (( void (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mA7D76AD12D3F11C7E3FBD0F3C872BE8F8C240F02_gshared (BackgroundColorProcessor_1_t0BC61F63F5E3D33C0EF367DC2C9DE2F2D53F8E24 * __this, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * V_7 = NULL; RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_2; L_2 = Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_19; L_19 = (( Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_19; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_20 = V_0; Span_1_Fill_m82CC1CAE5FB81C11E742BC4E85F38D686677F91B((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&V_10), (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * L_25; L_25 = (( PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *)L_25); PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * L_27; L_27 = (( PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * (*) (PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_33 = ___source0; NullCheck((ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_33); Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * L_34; L_34 = (( Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * (*) (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_mE6209E709408AE0C66D966C0B6309C88CE5E8B75_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 *)(RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m5DE0A1B31C86D4F6EF4EE50F910E47DAF381A463_gshared (BackgroundColorProcessor_1_tC3FB1FBDE057829EEC815B4A2E626B91442CF6D7 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); (( void (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m8AC05D82904A0502B65901DF05725055807E16C8_gshared (BackgroundColorProcessor_1_tC3FB1FBDE057829EEC815B4A2E626B91442CF6D7 * __this, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * V_7 = NULL; RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t8F2820222127FA3555803F54498E9275CE67C798 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_2; L_2 = Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_19; L_19 = (( Span_1_t8F2820222127FA3555803F54498E9275CE67C798 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_19; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_20 = V_0; Span_1_Fill_m3C6D1EE22D02513979DBAF3F64B288237C2EC873((Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *)(Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *)(&V_10), (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * L_25; L_25 = (( PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 *)L_25); PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * L_27; L_27 = (( PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * (*) (PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tEDBEA33D0E440AF3C6664956015E2916426CDBB8 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_33 = ___source0; NullCheck((ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_33); Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * L_34; L_34 = (( Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * (*) (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m77F4204E2ED51C39E17FB4AB42A8CA07A0EFF843_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 *)(RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m7537B25A067BA6E229F7647BE8B9D492E0674D13_gshared (BackgroundColorProcessor_1_tE515E8FEF3F23674CD96CAD572BD5B72158C903D * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); (( void (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mA375E2D0F99232B7576669EF25DBD48B0849D454_gshared (BackgroundColorProcessor_1_tE515E8FEF3F23674CD96CAD572BD5B72158C903D * __this, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * V_7 = NULL; RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_2; L_2 = Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_19; L_19 = (( Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_19; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_20 = V_0; Span_1_Fill_mAD56FE0571BD2A8FFF7884919F867105854D2C87((Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *)(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *)(&V_10), (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * L_25; L_25 = (( PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB *)L_25); PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * L_27; L_27 = (( PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * (*) (PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t1391154338B1305AA8114917099FFB83938CFBAB *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_33 = ___source0; NullCheck((ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_33); Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * L_34; L_34 = (( Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * (*) (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m06795C7DA3830E095F3E8D7AA5CFC09321B1571E_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 *)(RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m85C0A9AC598EB08A9ED2C1FD437D7A3FF74EE3A7_gshared (BackgroundColorProcessor_1_t5DE342C782FCA51F625302E36D2FDA494B5DC6A3 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); (( void (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mF7D6E5C75CB4AC290163D93DD7E640D9900E8BE8_gshared (BackgroundColorProcessor_1_t5DE342C782FCA51F625302E36D2FDA494B5DC6A3 * __this, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * V_7 = NULL; RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_2; L_2 = Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_19; L_19 = (( Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_19; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_20 = V_0; Span_1_Fill_mAC8E622910A1C1A99B68FEC18B1E3126B37E4AD8((Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *)(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *)(&V_10), (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * L_25; L_25 = (( PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 *)L_25); PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * L_27; L_27 = (( PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * (*) (PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tC17F2752F3C5F0876CFA9633F40D60AC93B2B3F8 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_33 = ___source0; NullCheck((ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_33); Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * L_34; L_34 = (( Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * (*) (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m165D08D12DB50697E7730C5A7E2F81562417FEC7_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 *)(RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m6A12BED4B855BE538048C5297CDAB314ACD8F4B7_gshared (BackgroundColorProcessor_1_t7B59C8AAFC924D3BDE5B827FF5E1B1457DF7A451 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); (( void (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m31B09A1CE9F912A7A730F20B000B2F00AAA224CE_gshared (BackgroundColorProcessor_1_t7B59C8AAFC924D3BDE5B827FF5E1B1457DF7A451 * __this, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * V_7 = NULL; RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_2; L_2 = Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_19; L_19 = (( Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_19; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_20 = V_0; Span_1_Fill_mE7FD5D85D6DD7C1A3DC4D71E2045654AB5BA1F0D((Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *)(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *)(&V_10), (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * L_25; L_25 = (( PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 *)L_25); PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * L_27; L_27 = (( PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * (*) (PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t28D66FDF2A4F9C81AF68C4382457D56DCA344024 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_33 = ___source0; NullCheck((ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_33); Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * L_34; L_34 = (( Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * (*) (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m89FE49D04B6FE9D434D4CEABFC77629F966F1193_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 *)(RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mF19458F9E90E19608C6F6CE044AD6083F1B55ADE_gshared (BackgroundColorProcessor_1_tF6EA58DEDBDE7970CE003CB091BA32A27B1AA941 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); (( void (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mFC0882588B98B6AB52A4A3C62C9DC04F4FA36D42_gshared (BackgroundColorProcessor_1_tF6EA58DEDBDE7970CE003CB091BA32A27B1AA941 * __this, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * V_7 = NULL; RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_2; L_2 = Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_19; L_19 = (( Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_19; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_20 = V_0; Span_1_Fill_mEF458D812ED581C6F49C92DBAC595DFAD84E5638((Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *)(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *)(&V_10), (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * L_25; L_25 = (( PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 *)L_25); PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * L_27; L_27 = (( PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * (*) (PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tF15AAF3175A726CE0931B201B33D6982433048F2 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_33 = ___source0; NullCheck((ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_33); Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * L_34; L_34 = (( Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * (*) (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m26C12AEEB0DC5C7C743CDD135528A9EB2C2632D0_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 *)(RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mA29DE1281E8FC6016278DEF12F4DD850E4914597_gshared (BackgroundColorProcessor_1_tFF4F25818DB9BF9D7212130139052297E95B7C57 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); (( void (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mF033312C1AED57EED8C05F643485EAB3BA5C17EE_gshared (BackgroundColorProcessor_1_tFF4F25818DB9BF9D7212130139052297E95B7C57 * __this, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * V_7 = NULL; RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2; L_2 = Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_19; L_19 = (( Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_19; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_20 = V_0; Span_1_Fill_m7D7AD5E1204C3DAAB2ABC1C2C582BA87698EED55((Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *)(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *)(&V_10), (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * L_25; L_25 = (( PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 *)L_25); PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * L_27; L_27 = (( PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * (*) (PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tFDADD4BF9599EF297F053CFE1C48432703241805 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_33 = ___source0; NullCheck((ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_33); Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * L_34; L_34 = (( Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * (*) (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m9B904F64FDACA3BE003605D9FD856ECEF4955C6C_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 *)(RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m121424DBD6184507E954BC0E3C4208A008C7BB0C_gshared (BackgroundColorProcessor_1_t6168826670EF392DC444F696DCD3800224DF027F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); (( void (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m33CCE88529B64B3E33D15EA19B6962DB8ADD0DB8_gshared (BackgroundColorProcessor_1_t6168826670EF392DC444F696DCD3800224DF027F * __this, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * V_7 = NULL; RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_2; L_2 = Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_19; L_19 = (( Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_19; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_20 = V_0; Span_1_Fill_mFB89757C7C3EE780322EAD400107556A47FEBE86((Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *)(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *)(&V_10), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * L_25; L_25 = (( PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 *)L_25); PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * L_27; L_27 = (( PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * (*) (PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t7D2741A893F31F9811968E0D15F79A0B711273B1 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_33 = ___source0; NullCheck((ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_33); Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * L_34; L_34 = (( Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * (*) (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_mD7B12760491F1A0C8E6CEFD569676EC78F07F209_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A *)(RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m3BE537E70675F84FB38940B3F52C7AD3821F2059_gshared (BackgroundColorProcessor_1_t46ED80F638D75971F17CBA083D978CE3D8016BE9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); (( void (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m3F97B865EABE1068A448EE70506F52324380C5F3_gshared (BackgroundColorProcessor_1_t46ED80F638D75971F17CBA083D978CE3D8016BE9 * __this, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * V_7 = NULL; RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_2; L_2 = Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_19; L_19 = (( Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_19; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_20 = V_0; Span_1_Fill_m25A2CEE3410587D5F796CF20A102656E8A19B050((Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *)(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *)(&V_10), (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * L_25; L_25 = (( PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 *)L_25); PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * L_27; L_27 = (( PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * (*) (PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t1F2224405F9A66F3A45F23A03B3C9F7B6FC60CE7 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_33 = ___source0; NullCheck((ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_33); Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * L_34; L_34 = (( Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * (*) (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_mC3E3A1A1AC26C5FCFE09B9A50CB9BF54BF98810E_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E *)(RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_mD6A76D7863CCF11DA79DA4E57A7A1BAF01C80118_gshared (BackgroundColorProcessor_1_t38C97744094540FE14B57206353F54FE92B8DA85 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); (( void (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_m3374DC7771AE1F75F52A9F96B49E158D0DF2DA7F_gshared (BackgroundColorProcessor_1_t38C97744094540FE14B57206353F54FE92B8DA85 * __this, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * V_7 = NULL; RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_2; L_2 = Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_19; L_19 = (( Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_19; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_20 = V_0; Span_1_Fill_mB6DCF3F6312603041BA64072838FF6957F54FBD1((Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *)(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *)(&V_10), (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * L_25; L_25 = (( PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D *)L_25); PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * L_27; L_27 = (( PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * (*) (PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t4BC5CAE6866C0389859208EF5D4FF67548893C0D *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_33 = ___source0; NullCheck((ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_33); Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * L_34; L_34 = (( Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * (*) (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_mF0AB966A95C66A5EEA2E11922817C97C0B8A9473_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A *)(RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Overlays.BackgroundColorProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1__ctor_m1E606E20393F2E13B888A92C973B708A15C924E5_gshared (BackgroundColorProcessor_1_tA6053EDC5E4677A6E7EED2EAF0F50A00B633A277 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * ___definition1, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); (( void (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Overlays.BackgroundColorProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundColorProcessor_1_OnFrameApply_mB5CCDA1A7BAF87564CB8475D2DF88BC400197133_gshared (BackgroundColorProcessor_1_tA6053EDC5E4677A6E7EED2EAF0F50A00B633A277 * __this, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C V_0; memset((&V_0), 0, sizeof(V_0)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * V_1 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * V_7 = NULL; RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 V_8; memset((&V_8), 0, sizeof(V_8)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_9; memset((&V_9), 0, sizeof(V_9)); Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 V_10; memset((&V_10), 0, sizeof(V_10)); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 V_11; memset((&V_11), 0, sizeof(V_11)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_0 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_1; L_1 = BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_0, /*hidden argument*/NULL); V_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_1; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_2; L_2 = Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_9), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_2; BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * L_3 = (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)__this->get_definition_3(); NullCheck((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_4; L_4 = BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline((BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 *)L_3, /*hidden argument*/NULL); V_1 = (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_4; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_5; L_5 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_6 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_7; L_7 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_6, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_8; L_8 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_5, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_7, /*hidden argument*/NULL); V_2 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_8; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_9; L_9 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_9; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10 = V_3; NullCheck((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11; L_11 = Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10, /*hidden argument*/NULL); V_4 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11; MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_12 = V_4; int32_t L_13; L_13 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_14; L_14 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)L_13, (int32_t)0); V_5 = (RuntimeObject*)L_14; } IL_0053: try {// begin try (depth: 1) { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_15 = V_4; int32_t L_16; L_16 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_2), /*hidden argument*/NULL); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_15, (int32_t)L_16, (int32_t)0); V_6 = (RuntimeObject*)L_17; } IL_0064: try {// begin try (depth: 2) RuntimeObject* L_18 = V_5; Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_19; L_19 = (( Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject*)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_10 = (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_19; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_20 = V_0; Span_1_Fill_mA2CD86E1C7D73FDB240A31E95F4C68A28E4B291E((Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *)(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *)(&V_10), (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); RuntimeObject* L_21 = V_6; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_22; L_22 = MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_inline((RuntimeObject*)L_21, /*hidden argument*/MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_RuntimeMethod_var); V_11 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_22; GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_23 = V_1; NullCheck((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23); float L_24; L_24 = GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline((GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_23, /*hidden argument*/NULL); Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&V_11), (float)L_24, /*hidden argument*/Span_1_Fill_m87E5170BA3EF615FBEBE4F814B901EB8D6126509_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * L_25; L_25 = (( PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_26 = V_1; NullCheck((PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 *)L_25); PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * L_27; L_27 = (( PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * (*) (PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 *, GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tD4D37CCE5729BC3160FEB5601B0AD7B09989AC73 *)L_25, (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_7 = (PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *)L_27; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_28 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_29 = V_2; PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * L_30 = V_7; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = V_5; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_33 = ___source0; NullCheck((ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_33); Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * L_34; L_34 = (( Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * (*) (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 L_35; memset((&L_35), 0, sizeof(L_35)); RowOperation__ctor_m34BF535AD87885084354D4D76C1E1139943F4E16_inline((&L_35), (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_28, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_29, (PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 *)L_30, (RuntimeObject*)L_31, (RuntimeObject*)L_32, (Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_8 = (RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 )L_35; Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_36 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_37 = V_2; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_36, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_37, (RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 *)(RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 *)(&V_8), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); IL2CPP_LEAVE(0xD0, FINALLY_00b8); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: {// begin finally (depth: 2) { RuntimeObject* L_38 = V_6; if (!L_38) { goto IL_00c3; } } IL_00bc: { RuntimeObject* L_39 = V_6; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_39); } IL_00c3: { IL2CPP_END_FINALLY(184) } }// end finally (depth: 2) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xD0, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_5; if (!L_40) { goto IL_00cf; } } IL_00c8: { RuntimeObject* L_41 = V_5; NullCheck((RuntimeObject*)L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_41); } IL_00cf: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) } IL_00d0: { 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.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mAE045B6D3E96E976A06A6A3E4A75611A4848968D_gshared (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4 *)__this); (( void (*) (ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t67786C6838BB9062F1D550CD54BF9AD669ACBEB4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mDBB0683AE66733C04C8FE00222C74DBCED7B55DD_gshared (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 * __this, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0 = ___array0; MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)__this); (( void (*) (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *, MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)__this, (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* BasicArrayBuffer_1_get_Array_m77D5C8F802AE9C7DF6E0BE306DDD2CC69B7A8944_gshared (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 * __this, const RuntimeMethod* method) { { MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0 = (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m84A1FFBA6D1F265B15153826C058CF590324E9D8_gshared (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 BasicArrayBuffer_1_GetSpan_m96516A4E7597B27E9187B0361BE88D659412F0EE_gshared (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)__this); MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0; L_0 = (( MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* (*) (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 L_2; L_2 = (( Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 (*) (MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t9CFD7657F176105CC0CEA430A16BD1CDDD96B3D0 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mA0BF040A3EB353A48FAFBC5253AEC23D34B2AC50_gshared (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mD2AB9975D0CAC9C9DFF56CCF604731EBF00CAC98_gshared (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)__this); MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* L_0; L_0 = (( MomentU5BU5D_t67FA2F78E0FC224DC3F87A52167A23CC1466C067* (*) (BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t17EB1D19CFA40EBA11E1A3130ED101E531E31DD5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m399268AA5B4118C130806741777AB04C83DAF8A6_gshared (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78 *)__this); (( void (*) (ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t3BFE37138DD0909F263D18EE099EAE790F2E1D78 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mFD870341CF15C1A6D6983B439C62227C23E7DDA0_gshared (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA * __this, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0 = ___array0; MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)__this); (( void (*) (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *, MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)__this, (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* BasicArrayBuffer_1_get_Array_m7BB57F75E00BA302CD4E852192F7D4A953FD8611_gshared (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA * __this, const RuntimeMethod* method) { { MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0 = (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m255A47F933DF79860D72BE595CDA8ABEA7CD8F16_gshared (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 BasicArrayBuffer_1_GetSpan_mCB0C7A3BDDC3612A672FAC3AA289A0914A700A01_gshared (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)__this); MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0; L_0 = (( MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* (*) (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 L_2; L_2 = (( Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 (*) (MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t22573988C14B8C813BDF27859F3C1CA8B7259888 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m70F35D7C35CC6832846AB0FBBA8BFC70C9C9CD91_gshared (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mC1F069C378424B0B3A41E84E7BB249FDDBC0C028_gshared (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)__this); MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* L_0; L_0 = (( MomentU5BU5D_t5FB53045728DC3F66534CBE524D4C133BA640750* (*) (BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5D99DCCB21DF42751BF0870CF275FAA99B023CFA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mBA383DD6195963452DDDE6F90DA9DCE67FA05371_gshared (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612 *)__this); (( void (*) (ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tC127E21724BCDF8651DE4A8C23938FF6DD1E2612 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mA8D8EABDDB3BC7C280E40DE63A1C2D8CFEC07D5F_gshared (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 * __this, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0 = ___array0; MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)__this); (( void (*) (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *, MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)__this, (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* BasicArrayBuffer_1_get_Array_m38AC618AB161A55AE6667FD36B88EFA2F9FE1BFE_gshared (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 * __this, const RuntimeMethod* method) { { MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0 = (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m615CF8E2E5CB0375BF47E0D2D62F67E7F2808221_gshared (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB BasicArrayBuffer_1_GetSpan_mDA1498EA03DC44D6807F81EBDECFB6378DA89E97_gshared (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)__this); MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0; L_0 = (( MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* (*) (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB L_2; L_2 = (( Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB (*) (MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tC964D65676E654348BDC8FC0A7458EED2C70F3AB )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m5C3A59E6034EF86579EBE477B328C5A8E68AB11B_gshared (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m5B72D24E71804141FA780832246E0ECDE8A60C3F_gshared (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)__this); MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* L_0; L_0 = (( MomentU5BU5D_tE392ABCA09DB11721B912C244D44E83371CDB617* (*) (BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t70B6722E6491965C31008FAD8A4A9FD030D24CB5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m6E060F8F847ED24BAE95AB3EB4B56F821564F4C1_gshared (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4 *)__this); (( void (*) (ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tFE352E006281C25BF7FAE252D6ABB569DB311AB4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m9880A8FFC2FB64B34AC998A8BB0CFA98D5EF0788_gshared (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C * __this, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0 = ___array0; MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)__this); (( void (*) (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *, MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)__this, (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* BasicArrayBuffer_1_get_Array_mD1233DC87A342B7665E8DDF750BF3CB3228B1213_gshared (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C * __this, const RuntimeMethod* method) { { MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0 = (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m9B08DCCB044D2CE0C26CBA71015FD12693433854_gshared (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 BasicArrayBuffer_1_GetSpan_mF359A798D554A65AED9A91067F21CF497B5457E9_gshared (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)__this); MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0; L_0 = (( MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* (*) (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 L_2; L_2 = (( Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 (*) (MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t4109ECFC193D2813084222C5EFD906E8BDAC6A85 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m462F5FEB8FBD707610F6F1FF362A0F0997295CF4_gshared (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m269D0DE7218E1CF254EEA39CF4D2C156BAF61061_gshared (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)__this); MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* L_0; L_0 = (( MomentU5BU5D_t469D919BA1D890B6857C8613CBCCCC0630D3B825* (*) (BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tC82C062F87A9A83464D35B54D4384C7212C4988C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m614C38FE9569E37242A800736C6CDD1F7D3D92BA_gshared (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB *)__this); (( void (*) (ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t6EFBB45497B2660A724D01EEED917D812842BADB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mD5F3DA7A6DDDA947346870FEAACD71FB056FEBAD_gshared (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 * __this, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0 = ___array0; MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)__this); (( void (*) (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *, MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)__this, (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* BasicArrayBuffer_1_get_Array_m1C7D4875FD24645F5969AFFB9A916235D77A6678_gshared (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 * __this, const RuntimeMethod* method) { { MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0 = (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m1E8AD6F808E4E9816BD9F0A9227CEAB3830DCCDE_gshared (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 BasicArrayBuffer_1_GetSpan_mAEB0641B5C3E9467019B2BED09D9084E39A71504_gshared (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)__this); MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0; L_0 = (( MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* (*) (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 L_2; L_2 = (( Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 (*) (MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tD648DFEF0E1B119D3EF66D09FA35A270BD3D9E97 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m44C9523D790CC741F0F0714F350618C724F68A71_gshared (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m46E7B264830A44B318DBC40D34784FB0A8F5F376_gshared (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)__this); MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* L_0; L_0 = (( MomentU5BU5D_t308C5A75BB1445323291E8B592B5B37D58847754* (*) (BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5F6871BB4BC9126F19AF65896865DD524E63A470 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m5BB2A8D3DA16FCE4FC974C3F8A15F0BF6F8C0C2A_gshared (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14 *)__this); (( void (*) (ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tEC2FD796226BCAE5F6C19F70924788714C5A0A14 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mBE9E42C3DB5EB34908BD9281122763EA496DB568_gshared (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF * __this, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0 = ___array0; MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)__this); (( void (*) (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *, MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)__this, (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* BasicArrayBuffer_1_get_Array_m6A0ABD4CA708E933C557CEAFACE453C0A37EDCCB_gshared (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF * __this, const RuntimeMethod* method) { { MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0 = (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mA47B696846AC83954AB2F99EC968FC89A83EA669_gshared (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB BasicArrayBuffer_1_GetSpan_mDA9B68E8D1DD1437C418CC0BD468F91E3B2458B3_gshared (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)__this); MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0; L_0 = (( MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* (*) (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB L_2; L_2 = (( Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB (*) (MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t2F2791E96E28B3E17FAE8F6A93D6CBBD29664EEB )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mFA1040ABB0DD0947BB7771D0B3EB82C1B70EEA5E_gshared (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mB9E416BAE9F79EFBD91D40962FEC6FA46B2B1078_gshared (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)__this); MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* L_0; L_0 = (( MomentU5BU5D_t38F6C48DB5FD024C492F776FA491A6667DCFBECE* (*) (BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t3C88761A77AA67E7A6FA32E0F1BAE573C2D0DAAF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mEA8EB0012E1F2E2D3ACE06891F2A7C5CABFF5C54_gshared (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7 *)__this); (( void (*) (ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t1EF81C67339B786802440C9F69ADCC4EB536C5C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m39EFCF03DCF7BA98F3837B870296689A72CD3A7D_gshared (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 * __this, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0 = ___array0; MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)__this); (( void (*) (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *, MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)__this, (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* BasicArrayBuffer_1_get_Array_mDD6E04E8FB3196A87122B00724FF14A0F1FDDA3D_gshared (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 * __this, const RuntimeMethod* method) { { MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0 = (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mA9F4BE562944A273D2CD583978A67887964095C0_gshared (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B BasicArrayBuffer_1_GetSpan_m9E322804622F9B089209BD26C6804F61CCB78D1C_gshared (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)__this); MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0; L_0 = (( MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* (*) (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B L_2; L_2 = (( Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B (*) (MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t38FE3AC22C57F2E76944D981C164B8675787AE5B )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m580D6A862E68F22015A76BB1059D51A85816D194_gshared (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m4FD0B4142F26972BC9B6A4EFD7075D073E5582D3_gshared (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)__this); MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* L_0; L_0 = (( MomentU5BU5D_t3FE2FC3A217EFEF0305E635F42F7F7CCFC24F61A* (*) (BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t30A23A8D4853E7FB14D4ECE266E1A3D698194895 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mCCCE4265FA50C8970E573280AE593C4213B46DA9_gshared (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE *)__this); (( void (*) (ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tBA264917AFCCB598E7AE5BDB610727166EDA1BCE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m71AAF456EAA3655E6026AF9FC7061EF763EBBD08_gshared (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 * __this, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0 = ___array0; MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)__this); (( void (*) (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *, MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)__this, (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* BasicArrayBuffer_1_get_Array_m2F44BDDB3C09CBE6540251CB60318A0D6E908F7D_gshared (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 * __this, const RuntimeMethod* method) { { MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0 = (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m53A7A954A1061FD0EE0BDA273DE2962A744002A2_gshared (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 BasicArrayBuffer_1_GetSpan_m9FD16270ECFCF420631CD55FD582E44347EBF418_gshared (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)__this); MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0; L_0 = (( MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* (*) (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 L_2; L_2 = (( Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 (*) (MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tB72B4CE79E660743755D42A1A37347A7A099CEE1 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m9B24798F07F7E69107B0E1E9D2A5E3EADE05015B_gshared (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m7802153110C69E22DC540DA163DC3951F9C26AC2_gshared (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)__this); MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* L_0; L_0 = (( MomentU5BU5D_tA36BFB9AFF0D70D2356CD403735BE31EBFE06EAB* (*) (BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tE24A3A0AC71B5B29A49CA2C47F8B94CA11139970 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m5689D7788A8DEA138F325492C344233C1A16DAEA_gshared (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4 *)__this); (( void (*) (ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t6BE7B16DA28D455ADEABDBBCC663DC6FECA4F8D4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mA541C5BBEB62ED9FB2EA063A2EB59685457C781C_gshared (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB * __this, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0 = ___array0; MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)__this); (( void (*) (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *, MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)__this, (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* BasicArrayBuffer_1_get_Array_m595D180F21D2480C5BD44063F10EA3DCF7CF5203_gshared (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB * __this, const RuntimeMethod* method) { { MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0 = (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m346A1788957A4CCC08D1D0A98A7590B8A9F50259_gshared (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 BasicArrayBuffer_1_GetSpan_m049EF16EF0E60593DEAB1EFD4AF47C4552874AC6_gshared (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)__this); MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0; L_0 = (( MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* (*) (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 L_2; L_2 = (( Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 (*) (MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t1C5468B3BD4B6AD940228BEABFA4FE73DBA9CA50 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m71A028CDC84C725DEA21B1B0D8956930A416553E_gshared (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m5AF7814151E6244E9FC6D3888C65F3513FA8B41C_gshared (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)__this); MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* L_0; L_0 = (( MomentU5BU5D_t10FD1E16848D2932BA8907A1225E2C94B79FB6C0* (*) (BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tD9795CF9E3C74E434544CE8829B71FDAA29246BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m7E51B1747B8F02EFA39C386F372FE5AA0D84BC66_gshared (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514 *)__this); (( void (*) (ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tAE92599E5736FCF4158A4316F3B1A4B726290514 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m6A687A4F642175E186CC6C8C2B70C01DFC8AB622_gshared (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E * __this, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0 = ___array0; MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)__this); (( void (*) (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *, MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)__this, (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* BasicArrayBuffer_1_get_Array_m82ABEE9B84723B62396649AEBFA152A7956D2B79_gshared (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E * __this, const RuntimeMethod* method) { { MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0 = (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m1D4859316EED84362AC6CA0536633730EEC37464_gshared (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 BasicArrayBuffer_1_GetSpan_m27339B5F03B2BB29AEAB9ED3405CC63575D19FED_gshared (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)__this); MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0; L_0 = (( MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* (*) (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 L_2; L_2 = (( Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 (*) (MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tA652A49950D9175ED577CD15D71A44E318F66290 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m2611124286958BDE1EA05FC9C4A2102B62655919_gshared (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m0C7658D9EB8A3C2DD24DF5A8495AAA5DCD84D418_gshared (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)__this); MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* L_0; L_0 = (( MomentU5BU5D_tF77E9F3BAAC1DC58BBE264C36191D43752BD02E6* (*) (BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t6E35D31BF1E1353BA0FB952D8976E94D85A41B8E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mC059691C493BA34EB0A3791E7F183B4C6C5E50A7_gshared (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040 *)__this); (( void (*) (ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t2D05B79F06BFA9022D7BD7DC1B23F090098AB040 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m2E4C5433D502AB065EAB5CFC3A0402550D66D375_gshared (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A * __this, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0 = ___array0; MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)__this); (( void (*) (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *, MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)__this, (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* BasicArrayBuffer_1_get_Array_m7DD943A6C96AC25F5E08C4A55238512F670DEEEF_gshared (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A * __this, const RuntimeMethod* method) { { MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0 = (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mBFAA6B63189AAFD341720BD2F70C6521E66EAE4A_gshared (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 BasicArrayBuffer_1_GetSpan_m9DAE2D2E66756DF1950C7A521389FB29C4446BCA_gshared (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)__this); MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0; L_0 = (( MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* (*) (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 L_2; L_2 = (( Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 (*) (MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tF2CB460819AC184D0D82EC0300B315DD9ABF1BD8 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m01FAD97A6B835082FD1852D04B6FB668ACBB85A6_gshared (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m682CA5B2B1A3502484D69CF153974183FF8D8F4E_gshared (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)__this); MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* L_0; L_0 = (( MomentU5BU5D_t6F4509E148A6D8067C07883F1E37699196717067* (*) (BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t00D9CF1D7CAD33B11F88B4B0025DCB650F4B810A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m5CE0C66DB29D7B197DD5B52CEA173670929F9DDD_gshared (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B *)__this); (( void (*) (ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tB4010E1B4A4021ED6CF7C375BA990A9509C6C79B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mFD80A3D22A33EBB9DF8C5CF48436A803B98E63C6_gshared (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 * __this, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0 = ___array0; MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)__this); (( void (*) (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *, MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)__this, (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* BasicArrayBuffer_1_get_Array_m1BFC4880647337E4F358CF40252994FC9FF6D601_gshared (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 * __this, const RuntimeMethod* method) { { MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0 = (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m653AB16371C6C7CEF51DA83F10F053165A0DADCE_gshared (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 BasicArrayBuffer_1_GetSpan_mE7F803C5171C13D089DB081FE7E6BB13FD84F340_gshared (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)__this); MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0; L_0 = (( MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* (*) (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 L_2; L_2 = (( Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 (*) (MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tF39D665AAEB347FCA25FCE81C97B6ED5A60C5A04 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m57466F58E59331EE588594D4E89EBB589C8C15AC_gshared (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m9C73AA16643562F68EF005041061E5D99832175E_gshared (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)__this); MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* L_0; L_0 = (( MomentU5BU5D_t2EE0105B57BA8A55031567E8787B581848DAB279* (*) (BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t8E8F4E75FA64298F8FD4CD4DDC3C48D9099C2789 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mFB6E3B2F9DD4B3F250DD1EF78CC0CB7B1B97C2C9_gshared (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC *)__this); (( void (*) (ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t0AFFE93996B4D2ED98EED62FEFB295F12EF8F0CC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3D4E7E06DD2C9A098A18A9D13DC29E8C395F89C5_gshared (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 * __this, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0 = ___array0; MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)__this); (( void (*) (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *, MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)__this, (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* BasicArrayBuffer_1_get_Array_m449A7CDD90809B8F5BBEB106E3CD82490B4795FE_gshared (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 * __this, const RuntimeMethod* method) { { MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0 = (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m1B35C382D4A75CD722CBD7B73DDCB4EAAF9AA092_gshared (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E BasicArrayBuffer_1_GetSpan_m8B676078AE2B3D0FBE49E8FC8E4259F0AC4678DB_gshared (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)__this); MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0; L_0 = (( MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* (*) (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E L_2; L_2 = (( Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E (*) (MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t89A87C071C8BBB75F35FAD38BBB73AEFA8899C5E )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m7D174A701908EBC5848C31FF8502872753100FB1_gshared (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mC738C1DA3459C53F60D4BC0ACF78666263BF69A9_gshared (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)__this); MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* L_0; L_0 = (( MomentU5BU5D_tB4471C52AA585BC0B78AE7329E8E07A19D07EEAC* (*) (BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t7A0FB5EE38D29ED36B6C4358AE3D0190B492F9C4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m50241D5853A0C06F680DA3104F474DD3220767FD_gshared (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F *)__this); (( void (*) (ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tE071C92C18B4DEEF0642C8806624C54C5E834E5F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m0E72D441DD94B160373AA08B59F543CA1EF80A95_gshared (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 * __this, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0 = ___array0; MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)__this); (( void (*) (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *, MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)__this, (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* BasicArrayBuffer_1_get_Array_m2B74681AC8388A7E18A362D2DEFB47D3F3AE031C_gshared (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 * __this, const RuntimeMethod* method) { { MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0 = (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mC50C5C030C0CA1F2D50103CC081021BEED336F17_gshared (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 BasicArrayBuffer_1_GetSpan_mB166C31854557B83D75F01AAF342A0E50C4A3312_gshared (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)__this); MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0; L_0 = (( MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* (*) (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 L_2; L_2 = (( Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 (*) (MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t1D93BA9643D2570F7E201515F7EADDECA2F9C8F2 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m7B797603EB14C4E584CD58B8F97C893F52D092F4_gshared (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mEBD6B2FBFDA99A447B41E776C12E2710D54A27FB_gshared (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)__this); MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* L_0; L_0 = (( MomentU5BU5D_tEA8386592BD1C6103F696C790DBA18AC7F42FEF7* (*) (BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t703246FD25DE8D3BF1946A4F4902E2BF19EE0BA4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3513DBD44F776470619AFFAB7F07900D7BE79EFE_gshared (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E *)__this); (( void (*) (ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t0253768C0D6B43DAC3DB0EF85D36259A4E56822E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mEF27FC1C21B2D40E7A24D7DEA8FC69C8BCEC52F0_gshared (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 * __this, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0 = ___array0; MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)__this); (( void (*) (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *, MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)__this, (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* BasicArrayBuffer_1_get_Array_m8E633DCC690B8166AF0B540BC40AECA7AEBFCA29_gshared (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 * __this, const RuntimeMethod* method) { { MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0 = (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mB8D32DCE65E74E9EADA003096C3CA8D8BA544AAB_gshared (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t85E11E4140E6356C6293590FB7832A9551354776 BasicArrayBuffer_1_GetSpan_m39675C5314830A8F52D6A43AF30A61798028A42C_gshared (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)__this); MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0; L_0 = (( MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* (*) (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t85E11E4140E6356C6293590FB7832A9551354776 L_2; L_2 = (( Span_1_t85E11E4140E6356C6293590FB7832A9551354776 (*) (MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t85E11E4140E6356C6293590FB7832A9551354776 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m654F3589459A0C639AAB53BE52E99F9095218F5E_gshared (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mE7CD895B66F533B49B8E44237F5111CEFE42B649_gshared (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)__this); MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* L_0; L_0 = (( MomentU5BU5D_t0A9A6F4A7194C9C9D1C9FC59D98BE65DCBD7CA6C* (*) (BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t161DC298B96BA340D02ADAC5EDA50BB749A7B9B5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m9DC15A095AABF59A580600C1BA7FD33D0E16B0B9_gshared (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76 *)__this); (( void (*) (ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t55F59D61B9FA9D5AE3E486D15824A61D80745F76 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mC86FE1790028386717F6F9DE1B0D48761C4B43B3_gshared (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 * __this, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0 = ___array0; MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)__this); (( void (*) (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *, MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)__this, (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* BasicArrayBuffer_1_get_Array_mDC1204DDB4A00E8BC1929C231895EB11E416D8C4_gshared (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 * __this, const RuntimeMethod* method) { { MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0 = (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mED6B6217DD57C4FC0B48022860DD0E24A29406C6_gshared (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 BasicArrayBuffer_1_GetSpan_m2A39E665158CA8551175C3458F62B0FDFA83600C_gshared (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)__this); MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0; L_0 = (( MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* (*) (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 L_2; L_2 = (( Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 (*) (MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t441D85DEB254FBB59FB570CD44066299787692C6 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mA15CFAD46EC412C840B711ADCD003430C9FCFC6F_gshared (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mB640D081D035D33E18E7D30D804F2D4B97E9894C_gshared (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)__this); MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* L_0; L_0 = (( MomentU5BU5D_t84398953A7E6FAEA8ED7947F31139A819FF83783* (*) (BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t21898D17A9EF37B30062B0F7C64DA3092A9C69D5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mA8BF3C4D44938D6042A30F36A5541B61E1C76652_gshared (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457 *)__this); (( void (*) (ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t7AF57DDA9E46DAC09877FE52ED88A7CC8993E457 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m9BEFAB65C00024A151F77DA0B965AB7FD331E100_gshared (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 * __this, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0 = ___array0; MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)__this); (( void (*) (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *, MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)__this, (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* BasicArrayBuffer_1_get_Array_m58B6F3349EED9A36BB83F438355AC0169637B645_gshared (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 * __this, const RuntimeMethod* method) { { MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0 = (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m72DE3B04321405A72C3D0E23E3142BC65DF24C9B_gshared (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 BasicArrayBuffer_1_GetSpan_mE0E38069C14BA32564EDCF1C11CB235B50675671_gshared (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)__this); MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0; L_0 = (( MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* (*) (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 L_2; L_2 = (( Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 (*) (MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tDB69DF2039C79544A39FB9797E3C44F305445920 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m7E71D2F8049F617674C815A0814C83C22A445437_gshared (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m8A9D8FC51BA7E7695F9F971EEA3FF6B1C8158AFB_gshared (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)__this); MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* L_0; L_0 = (( MomentU5BU5D_tF094516BBEF9CCA07B0A555E256B26FD8B67483F* (*) (BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t7AF71BC0C3D7E6BAE23BBF1257184E3AAB02AA41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m47713369204DAC7BA7F2387BE68202399CC48B63_gshared (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134 *)__this); (( void (*) (ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t531DB4876FDB5ED8F7D379EEA0BDBF0C67CEA134 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mB9B53AF502A1682622F30F4615640DDEF5869364_gshared (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE * __this, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0 = ___array0; MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)__this); (( void (*) (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *, MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)__this, (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* BasicArrayBuffer_1_get_Array_mB96634D69D27519B9B6C497A2CB3CA0EBA35207E_gshared (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE * __this, const RuntimeMethod* method) { { MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0 = (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m2E63BC19F9C6876E7051E880202CABFD60E622CC_gshared (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 BasicArrayBuffer_1_GetSpan_mF720E6CA581F0AE04C4338BC4405CCDEC1DE3A95_gshared (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)__this); MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0; L_0 = (( MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* (*) (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 L_2; L_2 = (( Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 (*) (MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t7DC5890F2AA8E06AED8EB5C29CDF47BBEFC58FF4 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mC3FA35C229ADD76C430BE1A9D115E065A5E174D0_gshared (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m37B9AAFA702C67A7D2842C20315E860BFC8D499D_gshared (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)__this); MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* L_0; L_0 = (( MomentU5BU5D_t456DAF5B662279CF59936AFE7ACE67B0D2DE16D3* (*) (BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tFF7B698AB9452E36B70C58A4EF8E929A9B234DAE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m542EDFA16F20D3ED886729A8DFF9C69DA137849B_gshared (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1 *)__this); (( void (*) (ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tF9DE4CB39EC2B0A586C739F5F53B5AC0594E61A1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m09E675D85C4CD82B1E429FB3B22E4B4BD6840B2D_gshared (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF * __this, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0 = ___array0; MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)__this); (( void (*) (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *, MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)__this, (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* BasicArrayBuffer_1_get_Array_m0705B31C8F71E50F965E7E0020A7D34DBBEBD4E3_gshared (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF * __this, const RuntimeMethod* method) { { MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0 = (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m0860044ACD764D115CB9645B75820BC64058297D_gshared (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 BasicArrayBuffer_1_GetSpan_m2DDD9DDD0E87151607D5633300D1B804C1AAC3AD_gshared (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)__this); MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0; L_0 = (( MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* (*) (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 L_2; L_2 = (( Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 (*) (MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t36149D187764D06DD8442E1826F2109CB2E19815 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m890DE5FF4BFAA3951F85D30375CE75CF44BD2A26_gshared (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mD95BDF953955A0693231632BD39743FA71971318_gshared (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)__this); MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* L_0; L_0 = (( MomentU5BU5D_t96E80D97082E68E33881E302D208B9449AA27DD4* (*) (BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tDDB9353FB69AF4A66BF73235D8A9B5F776A39BDF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mE4D81DE020E817AB1502B19FFACDD76CF088D124_gshared (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E *)__this); (( void (*) (ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t0C9BAD99307A9C5CF8288934477E1C0A75D2309E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m900E00B602516036F62828D546C3B860B75A39B0_gshared (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 * __this, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0 = ___array0; MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)__this); (( void (*) (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *, MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)__this, (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* BasicArrayBuffer_1_get_Array_m2EA225B575067331FD309CA8E50FDA44160CE11F_gshared (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 * __this, const RuntimeMethod* method) { { MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0 = (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mD4AF55D173321456203E7F04F43997570E898F4D_gshared (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A BasicArrayBuffer_1_GetSpan_mDFB1D8AEEB37D5FC4A16DE860E7EC48875784EE4_gshared (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)__this); MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0; L_0 = (( MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* (*) (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A L_2; L_2 = (( Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A (*) (MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t8927EA38E5D9F416A1AD3C08AA9E9BCC81EA932A )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m074A666BD3A9EAC202DC95938B27E8755EA733AA_gshared (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m6FE57C1EB8ED4C381C6188CEB9B3601AF46DA310_gshared (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)__this); MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* L_0; L_0 = (( MomentU5BU5D_t5918ABCD70B4538E39E4AEDB75293DBB0DEE4EA8* (*) (BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tB1C62C05910FCD1AE4EA30DBB9B7794CD78DEED1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m387EB1B10FA2C5C904A601DA271682E6E65CD465_gshared (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB *)__this); (( void (*) (ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t3D99D9C4EE726C2D3960E826EAEEB86AAAD7D5FB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m81CDCA8A59494FEDE46878A074D400FD1B5C5EE7_gshared (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC * __this, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0 = ___array0; MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)__this); (( void (*) (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *, MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)__this, (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* BasicArrayBuffer_1_get_Array_mBF6FA511C244CA24996F99633A713C73EADDF07B_gshared (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC * __this, const RuntimeMethod* method) { { MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0 = (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m25234D3FA17098C0AE61B560B299C47DACE8C918_gshared (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F BasicArrayBuffer_1_GetSpan_m48E51198ED77B9E5560F1DDB7082FC3FF3132651_gshared (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)__this); MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0; L_0 = (( MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* (*) (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F L_2; L_2 = (( Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F (*) (MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tD851F6D31D129F51C07B03FC332221E0DB5EFA7F )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m7FA91B4B7B6746114F409427A39045F45668EE42_gshared (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mC0BDAACC1FF35BC9B619CDBF68F81CF5D86EECEE_gshared (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)__this); MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* L_0; L_0 = (( MomentU5BU5D_tD4CD2BA8D44F5781E145A850ED6DB8D7824AA13C* (*) (BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t9CF0406AEECEF7EB0E794AAFB86153531A58C0CC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m8E2ACA26C923643BD21B9D589FD13281028926F1_gshared (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA *)__this); (( void (*) (ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tEE95385D26D95AC1B4B30D6407E7D9E10E0F65CA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mCD412D239011B11BE2628A129CFED1104FBCBB87_gshared (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D * __this, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0 = ___array0; MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)__this); (( void (*) (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *, MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)__this, (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* BasicArrayBuffer_1_get_Array_m12CBBA1FCE9FA38CB8E7CF4CED8D9B743380AE35_gshared (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D * __this, const RuntimeMethod* method) { { MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0 = (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mFB33E89E0970F83E9496B92EB2AA1719436AAB4E_gshared (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 BasicArrayBuffer_1_GetSpan_m505FBDFBC6667D88603ACD0DF80BDC9416D320A7_gshared (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)__this); MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0; L_0 = (( MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* (*) (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 L_2; L_2 = (( Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 (*) (MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t5FDA630FCE0073C2EC36A1905E3B54DEE694A174 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mD0A2185C51A097E5A8F324BE49433B6C9C68832A_gshared (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m6005D0606BDF8DB6766E8B008B746BA3EA0BBC9C_gshared (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)__this); MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* L_0; L_0 = (( MomentU5BU5D_t555404F9523E8D2C140C54B59A3114FF9D7F921D* (*) (BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5D0F9664B75915D9DB98373EA36342B7A2726D4D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m12057397C9258C03106C241D8D347D1FB2C48B57_gshared (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E *)__this); (( void (*) (ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t29C27AD79A1B579EB2BA0F444E7EC8C558D3F47E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mAAA2551EFEAEB10262D770C4645E627FEA08A05C_gshared (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB * __this, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0 = ___array0; MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)__this); (( void (*) (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *, MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)__this, (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* BasicArrayBuffer_1_get_Array_m41EDE2EF9D6E7C20ED9AA9E56129FD58C3AF3FDA_gshared (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB * __this, const RuntimeMethod* method) { { MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0 = (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m85C30F607628996AD96AE8F30DD9FD52A7EAD94B_gshared (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tADA37510601FA34CF0623B41095419E4009CB470 BasicArrayBuffer_1_GetSpan_m2875702D8D595BB907C2B35E8225B00AAAD4CC2A_gshared (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)__this); MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0; L_0 = (( MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* (*) (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tADA37510601FA34CF0623B41095419E4009CB470 L_2; L_2 = (( Span_1_tADA37510601FA34CF0623B41095419E4009CB470 (*) (MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tADA37510601FA34CF0623B41095419E4009CB470 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mE1886731F97490DC77A3C4D0B5E00D238494A502_gshared (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mD051BB6C29BBAE227BC7A132FC84BD706701BE67_gshared (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)__this); MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* L_0; L_0 = (( MomentU5BU5D_t9C80410019F99F6D696B48675FFAD0780BF69D64* (*) (BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t59FD2C52338D458B09C2568EAA6DAE49C68DACCB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mEBF0BAD1008A1CD154A74AAAA91252B1543E9068_gshared (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD *)__this); (( void (*) (ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t384BF514CFE39FA7FD1B4B251748584DFECB2BAD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mE6E77FE8588EDE3FF01A11B1B3E8C837DA2978FA_gshared (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 * __this, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0 = ___array0; MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)__this); (( void (*) (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *, MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)__this, (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* BasicArrayBuffer_1_get_Array_mC69C8D3642018C664674B1784E7A6AEA3A745745_gshared (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 * __this, const RuntimeMethod* method) { { MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0 = (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mBFA19D6AB0A7BC5172CCFD5196EB1C7F9432906B_gshared (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF BasicArrayBuffer_1_GetSpan_m48BBC778208B31B830F19AA52C2E89D89ABDF7F3_gshared (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)__this); MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0; L_0 = (( MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* (*) (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF L_2; L_2 = (( Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF (*) (MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t1F2EA44ADF7B1CD5BE90182DEEB2B742532942EF )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m2976D9A2ABC10F7D8887AFCBC5684813B5E1E4E0_gshared (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m876766FA10D5DF768377147FAED8D91B1F4EE846_gshared (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)__this); MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* L_0; L_0 = (( MomentU5BU5D_tD22CF6D78ECAB3A03C4C58CDAABBBC98D42F2109* (*) (BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t58039DF53259B19AAB1708A05B68A78D7AF5F087 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3F9FE51AC2C57A49691BA623824449BB376FE018_gshared (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2 *)__this); (( void (*) (ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t97CF1AFC9D07AD9591137279BC002D3909D3FDF2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mC2EB6BFE7C2AFFEDD3232D0FADA433D4F4F728B0_gshared (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A * __this, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0 = ___array0; MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)__this); (( void (*) (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *, MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)__this, (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* BasicArrayBuffer_1_get_Array_m260A7ADC4CBAD85B74CA7D740799319069AAE72C_gshared (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A * __this, const RuntimeMethod* method) { { MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0 = (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mECAC3D4A6E9E817C8F2883DA36A2C8C7A8C1DDB7_gshared (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D BasicArrayBuffer_1_GetSpan_m85EFD0E23CF83EA861EAB76C10EABE8BCA906A80_gshared (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)__this); MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0; L_0 = (( MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* (*) (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D L_2; L_2 = (( Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D (*) (MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t34FDEFAF341BB3485E30FB72C99BF9399EC17E9D )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mFC31688C13894653A34AB0269681A088E589578B_gshared (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m4BD90DB9B5E0E276FF8F2215026E218C3FA7DA48_gshared (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)__this); MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* L_0; L_0 = (( MomentU5BU5D_t0C106FF3931B9878EC6799497FCD4218A6BFA3AD* (*) (BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t788CBD3DDC95960C8A0E47C5C764C32EA7C4BE9A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mC7E1BA047C4CC4B16079852211F011EF8F22AC76_gshared (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 * __this, MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8 *)__this); (( void (*) (ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t6DE672734414CBC4BF8A412F1EECC81B3DE78DF8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m497AF7D7C7FBEADF1BAFBCD81AE153721A84D191_gshared (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 * __this, MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* L_0 = ___array0; MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)__this); (( void (*) (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *, MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)__this, (MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* BasicArrayBuffer_1_get_Array_mF13391AD8610E16AB49083A2A9617A54770568C1_gshared (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 * __this, const RuntimeMethod* method) { { MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* L_0 = (MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mA955D7A70715F4DB5E19EF7CB77DD271CDB4DA44_gshared (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t9CA0BFE0C9A5862810947D95A9DCE4AF6326CDF0 BasicArrayBuffer_1_GetSpan_m026051D978FACBF41102846AEBAAC1F8948271A7_gshared (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)__this); MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* L_0; L_0 = (( MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* (*) (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t9CA0BFE0C9A5862810947D95A9DCE4AF6326CDF0 L_2; L_2 = (( Span_1_t9CA0BFE0C9A5862810947D95A9DCE4AF6326CDF0 (*) (MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t9CA0BFE0C9A5862810947D95A9DCE4AF6326CDF0 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mEDEF3874C710B3443E2C505C1D4BCA43F35E699C_gshared (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m8755F9539D3B68894834D68FF8FFF29FE00BA8BD_gshared (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)__this); MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* L_0; L_0 = (( MomentU5BU5D_t0C749CBCD0B4CEB3D23378EBFCDD6D77FF295140* (*) (BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t7F38BBA58893055A66FE4CA47EC652671C4B8880 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m24CAF2010850D32642A81ABEA4EBCD749EB936F1_gshared (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C * __this, MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153 *)__this); (( void (*) (ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t371C4524388F85A25652189104D7061776DE6153 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mA700FB3DA0FB7ED44C40DB25B459E9B26D85B550_gshared (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C * __this, MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* L_0 = ___array0; MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)__this); (( void (*) (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *, MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)__this, (MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* BasicArrayBuffer_1_get_Array_mEE7E8BF5E554F4E4DCDB940E96FB0FAF577CF744_gshared (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C * __this, const RuntimeMethod* method) { { MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* L_0 = (MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m5C0950BDE2EE40BDC904808D1AB21EE00C83B72D_gshared (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t66C7DD77B956494423A7BE06E5ED8C81A39408CD BasicArrayBuffer_1_GetSpan_m61F6FB50A8C394ED42BB013AC7EA803E8D8F1E32_gshared (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)__this); MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* L_0; L_0 = (( MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* (*) (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t66C7DD77B956494423A7BE06E5ED8C81A39408CD L_2; L_2 = (( Span_1_t66C7DD77B956494423A7BE06E5ED8C81A39408CD (*) (MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t66C7DD77B956494423A7BE06E5ED8C81A39408CD )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mAD6AE4A14768F93FA5DFAAC6F5BB8A3EB171B850_gshared (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m75CAD516604F5DCE68CE563A5CC831A6F9F7C0F1_gshared (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)__this); MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* L_0; L_0 = (( MomentU5BU5D_t0F2D5C73E57E1095D0E7473951AB7D40E5762DF5* (*) (BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t27EECB6CB5F4C79E2445D833767C62190B651A7C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3623F38A43015DFE6D0A6D83AA0F312EDBA5BA40_gshared (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B * __this, MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326 *)__this); (( void (*) (ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t20B809DCD903E3524179229DA3BAFFB1B8BBA326 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mA2A1D66740A60806A5B165A184F08E63819DD6BE_gshared (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B * __this, MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* L_0 = ___array0; MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)__this); (( void (*) (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *, MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)__this, (MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* BasicArrayBuffer_1_get_Array_m08489A10191BD7B5F4EC8B4B2523449DF06C94C7_gshared (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B * __this, const RuntimeMethod* method) { { MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* L_0 = (MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mAF996DCFBAE939515D2EFF264C1FBE72388B4ABA_gshared (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tC90BFD6B1F4194224C51BDE800BAAE69D6E4D62E BasicArrayBuffer_1_GetSpan_m3C717C7F4578C07ADF5EE6631E7A6DAED71D3B4B_gshared (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)__this); MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* L_0; L_0 = (( MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* (*) (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tC90BFD6B1F4194224C51BDE800BAAE69D6E4D62E L_2; L_2 = (( Span_1_tC90BFD6B1F4194224C51BDE800BAAE69D6E4D62E (*) (MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tC90BFD6B1F4194224C51BDE800BAAE69D6E4D62E )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m317ABFD04271CA52E551AF81F7D69015EDE9A100_gshared (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mC5231483F98F73C663D0EFC2BACCD170CE1E7CF7_gshared (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)__this); MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* L_0; L_0 = (( MomentU5BU5D_t7F533E737ECEB99207453899A991ABC1B84BCFCD* (*) (BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t973DC0D57AAB7954CF6234B1CC4087DD92A6575B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mAABF3DD85707D80DB0A9CC53C3509DB4A8DF24B4_gshared (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE * __this, MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED *)__this); (( void (*) (ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t8F45B213FE456725322030FE83F0E316B91403ED *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m8D97BB00C879741C9D4B6FCA0BA4E03F89143457_gshared (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE * __this, MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* ___array0, const RuntimeMethod* method) { { MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* L_0 = ___array0; MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)__this); (( void (*) (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *, MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)__this, (MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* BasicArrayBuffer_1_get_Array_m16D5DC7234D1E5F4FDAD1E3B14D61966F302F4D4_gshared (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE * __this, const RuntimeMethod* method) { { MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* L_0 = (MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*)__this->get_U3CArrayU3Ek__BackingField_1(); return (MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m964C5F4D5495AF5D46898D2E3423593422233A2E_gshared (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t2A1FB9F62116FCA5BB1B45B2FFA19818C17B743F BasicArrayBuffer_1_GetSpan_m70D27D2F15EF89D210F72E2C7182037BF4B537BC_gshared (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)__this); MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* L_0; L_0 = (( MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* (*) (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t2A1FB9F62116FCA5BB1B45B2FFA19818C17B743F L_2; L_2 = (( Span_1_t2A1FB9F62116FCA5BB1B45B2FFA19818C17B743F (*) (MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t2A1FB9F62116FCA5BB1B45B2FFA19818C17B743F )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m8B0A95F07AA90BC45A1847FE2218B545332B53FF_gshared (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1>::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m8179AE0C4ACF095742A7945947EF7E33A866B53D_gshared (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)__this); MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* L_0; L_0 = (( MomentU5BU5D_t26BDA21677F29F39DFFF89483CAD1D02415675B0* (*) (BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t089E1BEDF1CA0D76B47F8867C89A8246F0BB67FE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m43D710C3CEDEA947CED568977DDCA31857E4ADF9_gshared (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE * __this, A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39 *)__this); (( void (*) (ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t07A7D57FD950CE835AA96F17AF08030F93F6FC39 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m48F04153EBEE79207D232D6C000280128C9E8BDB_gshared (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE * __this, A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* ___array0, const RuntimeMethod* method) { { A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* L_0 = ___array0; A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)__this); (( void (*) (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *, A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)__this, (A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* BasicArrayBuffer_1_get_Array_mE3D4BCA5BEC0B91F9F47D3147BF50A984858222C_gshared (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE * __this, const RuntimeMethod* method) { { A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* L_0 = (A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*)__this->get_U3CArrayU3Ek__BackingField_1(); return (A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m0A2A2A17CB2CFB1604BEB6F7684F127C34DADBA4_gshared (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C BasicArrayBuffer_1_GetSpan_m399F4B8899A28E6F57E5A506A41F67DA3A0393DE_gshared (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)__this); A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* L_0; L_0 = (( A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* (*) (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_2; L_2 = (( Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C (*) (A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m263909314042BE3BF6B957777C19C5213877C966_gshared (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m519C750224022F264D01D020A5186121A26767D8_gshared (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)__this); A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* L_0; L_0 = (( A8U5BU5D_tA561D611751CD92936E26570B1347B73709A5D8B* (*) (BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t4EBC5944D396E63BD1C58334B41E8D1F33290EFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m7D4DD63C2A748934A2A5729F9ECBB9A69A6CE3C3_gshared (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 * __this, Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C *)__this); (( void (*) (ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t53E77D812AF101B486FFCE23A9C328E7E74FD77C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m75E6D6D013F414E54C8B5CF2CCE15650594390DF_gshared (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 * __this, Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* ___array0, const RuntimeMethod* method) { { Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* L_0 = ___array0; Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)__this); (( void (*) (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *, Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)__this, (Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* BasicArrayBuffer_1_get_Array_m85083FB2D86A02A0E7F4F9024230E59E7A88E801_gshared (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 * __this, const RuntimeMethod* method) { { Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* L_0 = (Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mE8FC4A2D2A1C3F25594CD63DC1FD7D09EC15A138_gshared (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 BasicArrayBuffer_1_GetSpan_m419AA51DBB3B6A0F41576611302E4A237575F145_gshared (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)__this); Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* L_0; L_0 = (( Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* (*) (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_2; L_2 = (( Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 (*) (Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m4521C83E4578B314F506511462173A11713F4E98_gshared (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m453B24C7C233E0851E08641698D2FF0C625720EF_gshared (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)__this); Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* L_0; L_0 = (( Abgr32U5BU5D_tE3E1CE8C30B03D7A4177FD4E3AAD6EF9EB3B5283* (*) (BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0E9DE0A7099A26CCF01F146568C1C736B8103903 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m82AC7886BBB173723BA35FAF9664C69906F1CDA5_gshared (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C * __this, Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191 *)__this); (( void (*) (ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t73265B98C3D20D5F1E3C9EB86FCB452355631191 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mB090CDB5A654926936230444C0F66C3863532143_gshared (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C * __this, Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* ___array0, const RuntimeMethod* method) { { Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* L_0 = ___array0; Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)__this); (( void (*) (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *, Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)__this, (Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* BasicArrayBuffer_1_get_Array_mFB9C9544392621AA2D033FD2D859F56DE3273160_gshared (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C * __this, const RuntimeMethod* method) { { Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* L_0 = (Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mF528B584CD39B625C2FAB705ADE97935EC955D7E_gshared (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF BasicArrayBuffer_1_GetSpan_mEF789283CF3B81F8D942542E563CCEE5870BAA07_gshared (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)__this); Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* L_0; L_0 = (( Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* (*) (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_2; L_2 = (( Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF (*) (Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m322769BEB4ADF887FBAAB260DB824CEC046FBB97_gshared (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m8EE82820477FCC156F5CCCDCB4A55075E3312DE2_gshared (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)__this); Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* L_0; L_0 = (( Argb32U5BU5D_tE98B9DB3212838A83D62E44FEEA0332A8197B948* (*) (BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t1625B19139139D8AA8519722BE780E63009E148C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m2FD24511FD569C10C3B2103B811FF6B07DE84651_gshared (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 * __this, Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119 *)__this); (( void (*) (ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t8A5629AA50312D302C174B27A0B89CE5B8916119 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mFFF75BDFD645D3D73537E75F2A2682AC03874F84_gshared (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 * __this, Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* ___array0, const RuntimeMethod* method) { { Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* L_0 = ___array0; Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)__this); (( void (*) (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *, Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)__this, (Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* BasicArrayBuffer_1_get_Array_m691308D0425F23152E8F9838EF9C3C26B0771C90_gshared (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 * __this, const RuntimeMethod* method) { { Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* L_0 = (Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mC5761D21C058615FDA4AA313DE395BBCEF447117_gshared (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 BasicArrayBuffer_1_GetSpan_m2253878D268C65EAFBAFAF1474FEE33D2257B9AC_gshared (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)__this); Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* L_0; L_0 = (( Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* (*) (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_2; L_2 = (( Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 (*) (Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m6147081582DBA4A9CFB4A2C647BA718DAF1E0E70_gshared (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m96FD52A791411E6FA5463D103367ADFCBF525E0E_gshared (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)__this); Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* L_0; L_0 = (( Bgr24U5BU5D_t28039A33F49C1E1D68A601997FC931A9FB77F1B8* (*) (BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t2DAF8F087F2EC1BEA8956797462B479F4B3F9843 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m86138C70CCC3B8D60C2C9BFB4499F649DA0771B0_gshared (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C * __this, Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67 *)__this); (( void (*) (ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tE828FC8B70E169104EC80DCA247C0D0F67A34C67 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mEF6C0574E45264E68193F451CCA54E463B9BBD1C_gshared (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C * __this, Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* ___array0, const RuntimeMethod* method) { { Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* L_0 = ___array0; Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)__this); (( void (*) (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *, Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)__this, (Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* BasicArrayBuffer_1_get_Array_mE975D91BF867CA162C5049997D5E4149B358FA41_gshared (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C * __this, const RuntimeMethod* method) { { Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* L_0 = (Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mE440F66B5D5CCFD24EFEEAB0C2B9D55118684442_gshared (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA BasicArrayBuffer_1_GetSpan_mAAE3CDA8EE937CD9935D3DE030B8F251AE532B48_gshared (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)__this); Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* L_0; L_0 = (( Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* (*) (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_2; L_2 = (( Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA (*) (Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m5B284D63B6B0A2FF66638463646BED8FCBDB8E70_gshared (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m5362206E4125F52B6C80D45135F822FF0766FAF3_gshared (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)__this); Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* L_0; L_0 = (( Bgr565U5BU5D_t4A4B2EEF4A8A413B6C488852F614ACEF305E09F4* (*) (BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0129E256A0E086AE577F09DF934013514EBE964C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mE6A8A5D9BBD89598E3B38DC368621CDB53B7B133_gshared (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD * __this, Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4 *)__this); (( void (*) (ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tB818B286704EBFDE37E22801CAD0D610897142D4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3CE5AC9AB7C1F89DF2398288305E397E57C86ED4_gshared (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD * __this, Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* ___array0, const RuntimeMethod* method) { { Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* L_0 = ___array0; Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)__this); (( void (*) (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *, Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)__this, (Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* BasicArrayBuffer_1_get_Array_m89F1BF26BB59AFF8D4E2F74C76158BF8FBA59FC9_gshared (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD * __this, const RuntimeMethod* method) { { Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* L_0 = (Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mDCB04274CDF60ECCC698E90E72D58CD6BC5F35A1_gshared (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tC089F74404A3C46975952EE686EC533667BB207F BasicArrayBuffer_1_GetSpan_mE8111A30D5CA8C29FC34D0F518CFA7FEF7DB4CB0_gshared (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)__this); Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* L_0; L_0 = (( Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* (*) (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_2; L_2 = (( Span_1_tC089F74404A3C46975952EE686EC533667BB207F (*) (Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m6E18BAF11540C119CB93EABB24C90EA1AF1FF73C_gshared (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m7265B47356574F14206FD6650EB09050937CEA52_gshared (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)__this); Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* L_0; L_0 = (( Bgra32U5BU5D_t66BB8307C8297C1F8633142024C6EF3E55F44581* (*) (BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tE60571F37F22630C72CFCC2A63282E1D14200EAD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3BDF9505290E6709DD6FC2D0A44C20B377A963E8_gshared (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 * __this, Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6 *)__this); (( void (*) (ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tEAAF447EDCCC6FBFFDB3E6EDC24D6FCE44C11EB6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mCB56C4CF1267F3F942731D2505E5E7BCA5AE1CDB_gshared (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 * __this, Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* ___array0, const RuntimeMethod* method) { { Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* L_0 = ___array0; Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)__this); (( void (*) (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *, Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)__this, (Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* BasicArrayBuffer_1_get_Array_m044C84F7DC00C4230D56141F42E9E7E374D7BD29_gshared (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 * __this, const RuntimeMethod* method) { { Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* L_0 = (Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mB2D277971AB839DEA198D3474DB07EBF6CD9C7B6_gshared (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E BasicArrayBuffer_1_GetSpan_m7422CF7F7EED4D12F6993C1914F349AE018DDAE2_gshared (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)__this); Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* L_0; L_0 = (( Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* (*) (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_2; L_2 = (( Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E (*) (Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mAEB3112F3609BC7E51B48FFE16A611E2D76A9350_gshared (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mCB7C49AD65210A04D75BCAD83A2BE0F6703A5A5C_gshared (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)__this); Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* L_0; L_0 = (( Bgra4444U5BU5D_t9A3836033AC682FBBA30E06C8B6698529AA34FBC* (*) (BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t255AE27A4741EF55F169BAAE6794676CF4EFD5D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m27D843F3ABF074FC15A69BBB843D1E32EE652C42_gshared (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 * __this, Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58 *)__this); (( void (*) (ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t2AAED8D83AC6FDE9F3FE14D8BD0986957376FC58 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m83A27FAAB7EB0E5A142381ACFAED84EEEC61E613_gshared (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 * __this, Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* ___array0, const RuntimeMethod* method) { { Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* L_0 = ___array0; Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)__this); (( void (*) (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *, Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)__this, (Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* BasicArrayBuffer_1_get_Array_m7F837F2D949A54719971AE9534B97C19CDE4FBA1_gshared (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 * __this, const RuntimeMethod* method) { { Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* L_0 = (Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m65DA8D5693BC2DBE4D2993261B13CFA83A10F1D5_gshared (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 BasicArrayBuffer_1_GetSpan_m1568DF85C137671F4352511DEF93881F372BD857_gshared (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)__this); Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* L_0; L_0 = (( Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* (*) (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_2; L_2 = (( Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 (*) (Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mC6E999D1DAC0836BC35010CD47F82CC673B67BC7_gshared (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m60948F6DDEAFDE911704F3EE7C21117F4C22BB32_gshared (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)__this); Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* L_0; L_0 = (( Bgra5551U5BU5D_t91CDD59A6E723A73F4C1F1A7636F38125AF97775* (*) (BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t22425D51CFC4A626FB392D0380EC4EB936C82766 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m644D2110CEFEE1D116ECF3FE3462276CF1E8CD64_gshared (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 * __this, Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC *)__this); (( void (*) (ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tBFD3D9F8E16B3F9A294EA96B667E809EFCB9C9BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m9C3A83D1ACB06B1CB91E3CF5477292E56668CA47_gshared (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 * __this, Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* ___array0, const RuntimeMethod* method) { { Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* L_0 = ___array0; Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)__this); (( void (*) (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *, Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)__this, (Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* BasicArrayBuffer_1_get_Array_m5C80E80FDF94D57C282EB400998EF74562F2AD27_gshared (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 * __this, const RuntimeMethod* method) { { Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* L_0 = (Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m225793DEBC9A5C93F37789F3F49C0EF71B6694A0_gshared (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t990AD2ADC023BB27EBE7D081E49FD572D25ED03B BasicArrayBuffer_1_GetSpan_mC1B7CDAA27594668EDD3DD1C9E3221802F6C5A08_gshared (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)__this); Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* L_0; L_0 = (( Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* (*) (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t990AD2ADC023BB27EBE7D081E49FD572D25ED03B L_2; L_2 = (( Span_1_t990AD2ADC023BB27EBE7D081E49FD572D25ED03B (*) (Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t990AD2ADC023BB27EBE7D081E49FD572D25ED03B )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m2EB1A852723328580DF5FFE7A64A4E093A0BD9D2_gshared (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m9DB7A90E5B072AFCE3567A7AF522D7346C42F8D0_gshared (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)__this); Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* L_0; L_0 = (( Block8x8U5BU5D_t315D115217D66BA2D507C89DC9B0159F3F3DE174* (*) (BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t20F3C9430AB94FACE7FA1640C3F502A11E6C0748 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m91C7F28E5F131A0E79FAAD835F059A39F90E47BC_gshared (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 * __this, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160 *)__this); (( void (*) (ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tA9ACE332FF1E2E2C2D6C9EA82C3533C9A14B6160 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m7A4083DDCC03AAAE6B1B3AD9E2EB392251C9A9B2_gshared (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 * __this, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___array0, const RuntimeMethod* method) { { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = ___array0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)__this); (( void (*) (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)__this, (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* BasicArrayBuffer_1_get_Array_mF761F040905BBFC84D8E1C80E4068DB7DC3604DE_gshared (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 * __this, const RuntimeMethod* method) { { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)__this->get_U3CArrayU3Ek__BackingField_1(); return (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mFE06DB960929B099751343DEBBCEB2FBD90FF43B_gshared (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t7669ADB4CEB1C93EDCF074383B900A5CADAB0881 BasicArrayBuffer_1_GetSpan_mA22057205670F78FAF7BDE8C2DE13FA92713B079_gshared (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)__this); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0; L_0 = (( BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* (*) (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t7669ADB4CEB1C93EDCF074383B900A5CADAB0881 L_2; L_2 = (( Span_1_t7669ADB4CEB1C93EDCF074383B900A5CADAB0881 (*) (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t7669ADB4CEB1C93EDCF074383B900A5CADAB0881 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m0F887383303B3B23EC3CE56C15BDC83115EE83FA_gshared (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mBF0A7763D0A171F80585903B4060FB4650595F7C_gshared (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)__this); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0; L_0 = (( BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* (*) (BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5505C2CDA05106A9DCDA7D64306DB54D668CF2D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3D9ACEDA7E2D1ED531FED6D38E2DF29677D33B47_gshared (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B *)__this); (( void (*) (ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t23E6BD581FD04FE104694038815DC983287D4B7B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m0B48D2DD20ED31E1E041C3B97D2D20D989D8B195_gshared (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)__this); (( void (*) (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)__this, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BasicArrayBuffer_1_get_Array_m2C39FB2DA62490784B5F9971C371B861B1651974_gshared (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)__this->get_U3CArrayU3Ek__BackingField_1(); return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m0B867A8E63183037630E7D21B85A130BE3646FE5_gshared (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 BasicArrayBuffer_1_GetSpan_m239B450F575D925FA1A61FC811E617C145009730_gshared (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)__this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2; L_2 = (( Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mD8B1FD1F7C99F0047278C4868DBB005B4CD8D9D4_gshared (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m6E358901C92F6327ED920B6DA2114FBAD988DB22_gshared (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)__this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0FED65DDFE7920998A22D351685B5825A01A95BE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mB0DC63FB3DC17F87B38224272F262652CE297A16_gshared (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 * __this, Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714 *)__this); (( void (*) (ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t7A1073019438D642F59194A74F5A608730CC2714 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mCF024F7FCD7CC7F317A5945A95F7236F905B2327_gshared (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 * __this, Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* ___array0, const RuntimeMethod* method) { { Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* L_0 = ___array0; Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)__this); (( void (*) (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *, Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)__this, (Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* BasicArrayBuffer_1_get_Array_m66AE286961E94ECFBCB82FD59BD758E4DD18A999_gshared (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 * __this, const RuntimeMethod* method) { { Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* L_0 = (Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m97C0DD408917C44D09DDED353B5ECA4DB4467A73_gshared (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 BasicArrayBuffer_1_GetSpan_mD267766B453F85C09EDD6AF43196ADFA52D63E5F_gshared (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)__this); Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* L_0; L_0 = (( Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* (*) (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_2; L_2 = (( Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 (*) (Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m82EFD403D36799F2B8FADA4D77415ADFEC07D4AC_gshared (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m43843A0F25E519C3DB74A84173CCFDAA11BCC119_gshared (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)__this); Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* L_0; L_0 = (( Byte4U5BU5D_tED1DE040B829785083CD5D76B758317E56206765* (*) (BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t2AC6FE1D88193BC4EC2FCA20C5528BDEECEE6382 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mCDBDB85C1FA4D482D33CAE815908EBFD994FF9C0_gshared (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 * __this, ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A *)__this); (( void (*) (ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tF5B68B026542A5B59F05C52EB1C660A3E866F65A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m9395C7901501EFEC44C4DC7E1720C5D4B7FAD419_gshared (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 * __this, ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* ___array0, const RuntimeMethod* method) { { ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* L_0 = ___array0; ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)__this); (( void (*) (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *, ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)__this, (ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* BasicArrayBuffer_1_get_Array_m3D5DF8BC800EAB3C3E93B1CF04F3EEA0063B0C20_gshared (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 * __this, const RuntimeMethod* method) { { ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* L_0 = (ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*)__this->get_U3CArrayU3Ek__BackingField_1(); return (ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m2756664E625A2688122372B1379B59D9C30EBB57_gshared (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tB19AA8984B0CE742E2CEC5763D96DFF9BB413F3B BasicArrayBuffer_1_GetSpan_m6F1BA42FE48AE13602B4A36CB836A5B26FBDD055_gshared (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)__this); ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* L_0; L_0 = (( ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* (*) (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tB19AA8984B0CE742E2CEC5763D96DFF9BB413F3B L_2; L_2 = (( Span_1_tB19AA8984B0CE742E2CEC5763D96DFF9BB413F3B (*) (ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tB19AA8984B0CE742E2CEC5763D96DFF9BB413F3B )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m2740A1F5D9C2256BD57416D6769EDAB81E56131D_gshared (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m1704C402E1895D5A95BA1592D9F4DED65590167F_gshared (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)__this); ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* L_0; L_0 = (( ComplexVector4U5BU5D_t28CD156331D1BABCFCFE52D3D75BB9EC8CF81FA5* (*) (BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tAA41DB6825E0D8B91245A8FD003E2A2BD753AC18 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mCCFA3CEB4B010CC67596E0A99BD0BFDED8FE30C1_gshared (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 * __this, DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E *)__this); (( void (*) (ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t80C53312781161CB0D07263FB51291AB2E96EB2E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mA47E11CB20824EF083352A83E0129D9FCD462778_gshared (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 * __this, DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* ___array0, const RuntimeMethod* method) { { DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_0 = ___array0; DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)__this); (( void (*) (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *, DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)__this, (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* BasicArrayBuffer_1_get_Array_m35C5C21AC5069E139CECDBC03A5EC9A33DCD1BD8_gshared (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 * __this, const RuntimeMethod* method) { { DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_0 = (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)__this->get_U3CArrayU3Ek__BackingField_1(); return (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m9AC6E2A4E7DD76125136473494A87E5B53405C40_gshared (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t8DCBE5DC9D85A0F8E09EE7256FD0AB546AAA4487 BasicArrayBuffer_1_GetSpan_mEB690797971E022A3E6DDF905B7AA3C68C887A95_gshared (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)__this); DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_0; L_0 = (( DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* (*) (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t8DCBE5DC9D85A0F8E09EE7256FD0AB546AAA4487 L_2; L_2 = (( Span_1_t8DCBE5DC9D85A0F8E09EE7256FD0AB546AAA4487 (*) (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t8DCBE5DC9D85A0F8E09EE7256FD0AB546AAA4487 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m9CC70856829A92364099CF973F1F9882C872D358_gshared (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mBA2390535D8E16DF6B296F04FC6C432AA8A9CF98_gshared (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)__this); DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_0; L_0 = (( DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* (*) (BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t3660BCEC341CC4C45239EACEC598534C3032DF90 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mA126C20D446D7777068DD8323DFBCCFBFBA002E6_gshared (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 * __this, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0 *)__this); (( void (*) (ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t03DD8378FD21A1EAA6741E29F74E83C21E1822A0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m2DC0F084C2ED95EE86825833FE81CB449D522A4E_gshared (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 * __this, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___array0, const RuntimeMethod* method) { { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0 = ___array0; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)__this); (( void (*) (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)__this, (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* BasicArrayBuffer_1_get_Array_m9F0845219C74E98B6D1E05D6A8CF63D947B757A5_gshared (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 * __this, const RuntimeMethod* method) { { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)__this->get_U3CArrayU3Ek__BackingField_1(); return (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mA9A376C47333BCE857F4AFA6A26243827802796B_gshared (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t5662FF61B1F82453BA043E2425BE093DFE1BD23D BasicArrayBuffer_1_GetSpan_m906B093D3A3F7114BA192A508FDF3F7E1852A3F3_gshared (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)__this); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0; L_0 = (( DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* (*) (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t5662FF61B1F82453BA043E2425BE093DFE1BD23D L_2; L_2 = (( Span_1_t5662FF61B1F82453BA043E2425BE093DFE1BD23D (*) (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t5662FF61B1F82453BA043E2425BE093DFE1BD23D )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m83056F8E03816E8EB6E8FE00AF2A1DE0F87B8974_gshared (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m274B673FC4D6D36D601F696DC125D2676768B4A8_gshared (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)__this); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0; L_0 = (( DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* (*) (BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t74329813B602BAE5B3194AA339A2E174331B9D59 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mC2F05F1128A91E43C02D9A007EDFA145C7496662_gshared (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F * __this, HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379 *)__this); (( void (*) (ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tFB7E5271F166D4A102338540F11E18425A2BE379 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m8E3BF4CA15CF372A43CC637F5A5C89C739076B2B_gshared (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F * __this, HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* ___array0, const RuntimeMethod* method) { { HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* L_0 = ___array0; HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)__this); (( void (*) (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *, HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)__this, (HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* BasicArrayBuffer_1_get_Array_m225A0F72CBB11EBDB8C72A53ED799F87DDE8CA45_gshared (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F * __this, const RuntimeMethod* method) { { HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* L_0 = (HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*)__this->get_U3CArrayU3Ek__BackingField_1(); return (HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mC241E8080EC991664C77CA1566A2FC12AEF4BB94_gshared (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 BasicArrayBuffer_1_GetSpan_mB01315B8406B118A10E30F672A9D72C05D60E6BE_gshared (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)__this); HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* L_0; L_0 = (( HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* (*) (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_2; L_2 = (( Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 (*) (HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m6E90BFCAE40EDA2DE63942ED41CF91D44C1330C4_gshared (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m63A14C42428EE070B2009ED342532A244EC6D825_gshared (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)__this); HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* L_0; L_0 = (( HalfSingleU5BU5D_t0D4D7C577EB02510F3BAE0F6DD852E9E63A13454* (*) (BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t00BE3D13CE1B5C49EB9D98C8FCF78E420908DA5F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3D53E9B2E0AE13FE0A43CDFCBEC2F233BEC7C4F6_gshared (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB * __this, HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE *)__this); (( void (*) (ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tCF9BAF4537CCA039C964420FCAB0FADC554E17DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mFF9C4C5C672E9ABF5961E1102D862776A3998EC9_gshared (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB * __this, HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* ___array0, const RuntimeMethod* method) { { HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* L_0 = ___array0; HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)__this); (( void (*) (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *, HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)__this, (HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* BasicArrayBuffer_1_get_Array_mFFBF60C97BD59B5B85106F07294751C8C8BB15A3_gshared (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB * __this, const RuntimeMethod* method) { { HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* L_0 = (HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*)__this->get_U3CArrayU3Ek__BackingField_1(); return (HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m7BD09B1284047BDF63CA7D726AA47736EC1B5266_gshared (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 BasicArrayBuffer_1_GetSpan_mEFFF462D5201E0A905D8CAC1DCE80883A8D14DA8_gshared (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)__this); HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* L_0; L_0 = (( HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* (*) (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_2; L_2 = (( Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 (*) (HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m89B4E5DFF73A1D76A0343836A9FD43F6B2935FCB_gshared (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mEDA8709D5DB17A3661DDFE2B60E8714F31C46BB4_gshared (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)__this); HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* L_0; L_0 = (( HalfVector2U5BU5D_tED29F9645BDEA2D09BB967B5029B279ADCEE87B8* (*) (BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t63D189A830AA8B890ED926B9C8DEA0EF569438DB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m48228436EA8B12BA539C8490DB8CFCA7B3836D5A_gshared (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC * __this, HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0 *)__this); (( void (*) (ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t8AE759FEE040AAE2C857CDC4CC81DBC4D1DC7BA0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m4C91E162F43C379CCBD02D2BE4B820412F8F3606_gshared (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC * __this, HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* ___array0, const RuntimeMethod* method) { { HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* L_0 = ___array0; HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)__this); (( void (*) (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *, HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)__this, (HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* BasicArrayBuffer_1_get_Array_m707279622CE3DBEAD86D38D633FDBA108A59C003_gshared (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC * __this, const RuntimeMethod* method) { { HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* L_0 = (HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*)__this->get_U3CArrayU3Ek__BackingField_1(); return (HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m140BD6BD7087E3AD2EC9858E66CD6A866DD51BFC_gshared (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 BasicArrayBuffer_1_GetSpan_mF6513D359541AA7EB8A403A93009453864BCB72E_gshared (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)__this); HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* L_0; L_0 = (( HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* (*) (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_2; L_2 = (( Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 (*) (HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mDD684A91680456B7CB3C04A252CACCC491FE3C83_gshared (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m606A0D878D7321366CCA1E2DD7ED49D1A365FB18_gshared (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)__this); HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* L_0; L_0 = (( HalfVector4U5BU5D_t6CFF9817AAD88E1958B1AF6E8DECD3EDA35553C0* (*) (BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tEEA6C2A69155198BB48202E8426F7ED7C54EC3AC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m23885BF326AA3FF5EB1A7928440CA7C49728F67F_gshared (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42 *)__this); (( void (*) (ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tD27324527829C6C776DC2C1A28A355AA2B0EFD42 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m353659B2522D3A061D71A67B501FDCE2D65B6BB9_gshared (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___array0, const RuntimeMethod* method) { { Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___array0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)__this); (( void (*) (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)__this, (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* BasicArrayBuffer_1_get_Array_mF5E679D7413C2959217547578BD9A813DCE5138A_gshared (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D * __this, const RuntimeMethod* method) { { Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m5235935F268366BF52196048CDEA8B157D6C243C_gshared (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D BasicArrayBuffer_1_GetSpan_m7E5AB3E13CDF3E4FC4873C0BE2FD32D42338D1DA_gshared (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)__this); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0; L_0 = (( Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* (*) (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D L_2; L_2 = (( Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D (*) (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tEA546238B8D76FC9649C59BE55FEDE8AC664F49D )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mEC1B56699F0163A10111575FBF234AAFF2A842AD_gshared (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mEEE434951856A50349234C398F71C83C2B02729B_gshared (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)__this); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0; L_0 = (( Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* (*) (BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t941D096314212563C2AD6A6C87BD65C9AFF1136D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m6B1B9833822FA3EADD9D150D3EF03687EF484C47_gshared (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A *)__this); (( void (*) (ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t6FCA523E8BF2C7FB22073C4C1BB736857BD3315A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m9737246AD5D82F0CF8E068987704901F57FA1703_gshared (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)__this); (( void (*) (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)__this, (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* BasicArrayBuffer_1_get_Array_m853ED2DE721F1105CD215EB87A2179AEC4F6FE24_gshared (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m66685427E5969E75C3BE41E8E93418838C32FFE2_gshared (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t5B9CA8F9159D1D514608F712D98F78424DC22526 BasicArrayBuffer_1_GetSpan_mD49DBD2A50266AAA31F2127A5F0DAC8ED1651CEA_gshared (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)__this); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t5B9CA8F9159D1D514608F712D98F78424DC22526 L_2; L_2 = (( Span_1_t5B9CA8F9159D1D514608F712D98F78424DC22526 (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t5B9CA8F9159D1D514608F712D98F78424DC22526 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mD48D03FBEBC6ED451BE992702975CD291A01B882_gshared (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m11808E97EA60B5CC9C4DDF8889E0C3189AFAAAB7_gshared (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)__this); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tFAA9846F3129A2810E0D39D9F2C5FE304EF30F30 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mB2CA8B7854852D4441967652F527C4C59C55D7E6_gshared (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F * __this, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272 *)__this); (( void (*) (ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tF3708BD1E56E8AA724125DD99FE90D460C953272 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m7339C6E9CDE0CB2D8C82A85A25F504B79EA348C8_gshared (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F * __this, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___array0, const RuntimeMethod* method) { { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = ___array0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)__this); (( void (*) (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)__this, (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* BasicArrayBuffer_1_get_Array_mE547587F00815984D112F8C20B73BE3957EE3840_gshared (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F * __this, const RuntimeMethod* method) { { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mED29772A2BC0CD520EB8B4A9ABAE8312E0AD316E_gshared (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tFEF7CDDFDF21DE1B08EA102565D04706E7E6210A BasicArrayBuffer_1_GetSpan_m4F3341A8BBB758DC9A47C45580B55A7DD851E111_gshared (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)__this); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0; L_0 = (( Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* (*) (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tFEF7CDDFDF21DE1B08EA102565D04706E7E6210A L_2; L_2 = (( Span_1_tFEF7CDDFDF21DE1B08EA102565D04706E7E6210A (*) (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tFEF7CDDFDF21DE1B08EA102565D04706E7E6210A )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m487D4388A2A1DD7148A9E4202EBF32F8C5461E0E_gshared (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mEB09B3C5E4B40B468D4C1BAC042806D5805623A9_gshared (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)__this); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0; L_0 = (( Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* (*) (BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tD517CA36895F8904572CACA3E96B3D5FBB2CBC0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3069DE27052DC0D8682218CC9C26D97998DCA7D6_gshared (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D * __this, L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71 *)__this); (( void (*) (ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tC985AE27284BF9E76B6FF33FA39C3E3CCA5C4B71 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m878FD73E4A16B628618A94F37AD5AEC547906E5A_gshared (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D * __this, L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* ___array0, const RuntimeMethod* method) { { L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* L_0 = ___array0; L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)__this); (( void (*) (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *, L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)__this, (L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* BasicArrayBuffer_1_get_Array_mFEE433766673A782DB1287CA1778F15870A2DF5C_gshared (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D * __this, const RuntimeMethod* method) { { L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* L_0 = (L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*)__this->get_U3CArrayU3Ek__BackingField_1(); return (L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m5F4B2DD6F1F12D90B6498E5B32AE370271C51302_gshared (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE BasicArrayBuffer_1_GetSpan_mBF1B59AAD0ED9FC72D8AA5F1A4249E04404F04BE_gshared (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)__this); L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* L_0; L_0 = (( L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* (*) (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_2; L_2 = (( Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE (*) (L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m7EF6BCD372F2A003191364BCB12CAE9D7C1BE70F_gshared (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m2D725FB85A297483FB37891970D88ECBF65DCFEA_gshared (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)__this); L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* L_0; L_0 = (( L16U5BU5D_t2C5DB74BC1A9DFD758E6F9A591074A46E76A1B2D* (*) (BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tCFAE5353B1A657703B594D3C1FAD15DEC50E735D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m346CCB235A81A1A9DAD1AA8425DFD1C4D427E388_gshared (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 * __this, L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336 *)__this); (( void (*) (ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tFB4B5C82B1AF16E50BDA932B9F290CB63966F336 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m1E34E3E6CDC03A1FD799A8121939C2599D6ED32F_gshared (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 * __this, L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* ___array0, const RuntimeMethod* method) { { L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* L_0 = ___array0; L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)__this); (( void (*) (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *, L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)__this, (L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* BasicArrayBuffer_1_get_Array_mD9059D0736F36080143EC2A6514ABE18D20EFC24_gshared (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 * __this, const RuntimeMethod* method) { { L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* L_0 = (L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*)__this->get_U3CArrayU3Ek__BackingField_1(); return (L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m97C14E6D882B9286FA0B83FA37180C5933D5C1EC_gshared (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 BasicArrayBuffer_1_GetSpan_m665CFE60CB8D77AB8EAB2E15CA7BBF056217A3DC_gshared (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)__this); L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* L_0; L_0 = (( L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* (*) (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_2; L_2 = (( Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 (*) (L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mD74F0A34F8A808C679736E5EF44D51C78843D78A_gshared (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m94B59006E3963EBA70272C15EFDC7375675BAC0D_gshared (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)__this); L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* L_0; L_0 = (( L8U5BU5D_tC97DD72F60AEAF91042DDED38524C011346DE236* (*) (BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tC2367506B3079CA42944B6E710F9699DDEBBEC63 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m38E26E20EA87C5D4C4C7875482950B7798E19B91_gshared (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 * __this, La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4 *)__this); (( void (*) (ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t3C87AD870E22F34A2B5AFA40A302A632765CF1C4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m7FDA774E85C0B204BA277EACD0E48F07A6E3FBDB_gshared (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 * __this, La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* ___array0, const RuntimeMethod* method) { { La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* L_0 = ___array0; La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)__this); (( void (*) (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *, La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)__this, (La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* BasicArrayBuffer_1_get_Array_m9C1FCBE793A7A83F630CB70CEA75637608CBC076_gshared (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 * __this, const RuntimeMethod* method) { { La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* L_0 = (La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*)__this->get_U3CArrayU3Ek__BackingField_1(); return (La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m4C3082056FACED32E092D8A3590DC5860D382EBE_gshared (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC BasicArrayBuffer_1_GetSpan_m6E48AF1D7F3F5495C9EC09E80C86139F95408786_gshared (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)__this); La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* L_0; L_0 = (( La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* (*) (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_2; L_2 = (( Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC (*) (La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mFADCF8DBAA970FF02FCF7F02EA75A6CED09AD7D5_gshared (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m21A17EAB66B494C02C12D18BFF2AA8B229CAFE70_gshared (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)__this); La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* L_0; L_0 = (( La16U5BU5D_tC81FE691B7A6FD15D6C82415363634A35245298C* (*) (BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t1564F4F56AAEAA54E05F7F5E42D435704182F9A0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m16B053380C5EA96B295F80E301F8D8970EF4996D_gshared (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 * __this, La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED *)__this); (( void (*) (ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tC226C73B08994D8DB5C670299B33B12A4D92A2ED *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mF9F6019804FC621415097AAC8FDA6B0C4719AEDC_gshared (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 * __this, La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* ___array0, const RuntimeMethod* method) { { La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* L_0 = ___array0; La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)__this); (( void (*) (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *, La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)__this, (La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* BasicArrayBuffer_1_get_Array_m5F28B3411AEEE91D2477ADB9DD3737F5B4A713B9_gshared (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 * __this, const RuntimeMethod* method) { { La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* L_0 = (La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*)__this->get_U3CArrayU3Ek__BackingField_1(); return (La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m42EFED3D205455E8A9F6D730FCAEE78704BEF339_gshared (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 BasicArrayBuffer_1_GetSpan_m9F8D6940CC80562F29E647E5725920AB4D37D3F6_gshared (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)__this); La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* L_0; L_0 = (( La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* (*) (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_2; L_2 = (( Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 (*) (La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mA067A0EFB560BE04410A4A31934A2FB0205D176B_gshared (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mEF5757FB7E6BBDC5B61B0A90620E5BC7D507FA75_gshared (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)__this); La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* L_0; L_0 = (( La32U5BU5D_tE46BC5EFCFEE04154D405058F19E140BC41B1ADE* (*) (BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tE7BA715707225C88EC64242D5A9AE342033D1530 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m54AA189F2E68B3E9C1A454725D52C1E92E32345E_gshared (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 * __this, NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA *)__this); (( void (*) (ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t838F9153DE53747F41DFDC9B62A036BD7844D4BA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mDB546C18630F46BE28E878761A89F5197806F5B0_gshared (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 * __this, NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* ___array0, const RuntimeMethod* method) { { NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* L_0 = ___array0; NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)__this); (( void (*) (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *, NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)__this, (NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* BasicArrayBuffer_1_get_Array_mE6C287905994B08C7C4CAF1FA05DCBD203724F21_gshared (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 * __this, const RuntimeMethod* method) { { NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* L_0 = (NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*)__this->get_U3CArrayU3Ek__BackingField_1(); return (NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m36DEE936CADC66699193E09483B38094CA3F3E9F_gshared (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 BasicArrayBuffer_1_GetSpan_mA5A88F26CCEE336DCCB6D47B301D232972CE7332_gshared (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)__this); NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* L_0; L_0 = (( NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* (*) (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_2; L_2 = (( Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 (*) (NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m44B79E1A770A0DD09AC2826E1D2E243F7EF0DF24_gshared (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mE80ACFCF2ABCA199C22BE7EFEEC6E25B19F7108D_gshared (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)__this); NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* L_0; L_0 = (( NormalizedByte2U5BU5D_t61D113B9841CD4BBFD2047AB97AA1C4358C1BFA3* (*) (BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t311EA40F6AED4319DCB5C8B8549498B55631A2C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m069F8ACEB734F4EA34BD1EE44E2AEDE7D2D9FD50_gshared (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA * __this, NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F *)__this); (( void (*) (ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t1109230892EB0CA7BA6232A055FD4FDD1BC4130F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m13249C416C453E31A070D0325838EB79229B290F_gshared (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA * __this, NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* ___array0, const RuntimeMethod* method) { { NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_0 = ___array0; NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)__this); (( void (*) (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *, NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)__this, (NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* BasicArrayBuffer_1_get_Array_m97BBD7F14C885C837A985E87800F484CC1A84697_gshared (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA * __this, const RuntimeMethod* method) { { NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_0 = (NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)__this->get_U3CArrayU3Ek__BackingField_1(); return (NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m8A0CB7F07193F5193FED9CB6B30EAC369D94E54C_gshared (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A BasicArrayBuffer_1_GetSpan_m8B83FD2E65896881B78A955EB47FA7D1D5E7F9BB_gshared (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)__this); NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_0; L_0 = (( NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* (*) (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_2; L_2 = (( Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A (*) (NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m6496D96E3F34ACB14618281D94E8E45C61AB1BF9_gshared (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m7026846B6B73CE53A307E349E18E5222D157183D_gshared (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)__this); NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* L_0; L_0 = (( NormalizedByte4U5BU5D_t30FF9069C5B452BA1DD52AED066E578DCDE1238E* (*) (BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t8C2FE3E7CBEEBF7DC84289A80E1E416F3B7707BA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m019B72350135A2EF3EFDD1EA7F3BFD2DEA6BD3E7_gshared (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F * __this, NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC *)__this); (( void (*) (ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tA25065636FEBB8F9919C50A826ABD6CD94C0B2BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m726890CB4B3BD0CC70240EFBF2BC2F552FA5C1C4_gshared (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F * __this, NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* ___array0, const RuntimeMethod* method) { { NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_0 = ___array0; NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)__this); (( void (*) (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *, NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)__this, (NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* BasicArrayBuffer_1_get_Array_m7AE029577361D6142F33B16E73C1F53BA0D2D2DE_gshared (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F * __this, const RuntimeMethod* method) { { NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_0 = (NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)__this->get_U3CArrayU3Ek__BackingField_1(); return (NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m5B9B2C167B8A1B29940A9595209E7E2191E4A05E_gshared (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 BasicArrayBuffer_1_GetSpan_mEF17F77697777C582CA10AB735EAF8D6D1527BAF_gshared (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)__this); NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_0; L_0 = (( NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* (*) (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_2; L_2 = (( Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 (*) (NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m213ECEB64BEA2E3171BE7808F3A9579480FB5D0B_gshared (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mF5BD44604907A1F9CA044B26D04FBEE941894FD3_gshared (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)__this); NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* L_0; L_0 = (( NormalizedShort2U5BU5D_t88D0CA46FED09B4932BBF8FE323044C53CA39EBE* (*) (BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tFA7A805503B418CC08ADAA5D87C1445EB2CFF25F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m230CF5005FA9FC38F58FA048F4B47FFD8216EAEB_gshared (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 * __this, NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809 *)__this); (( void (*) (ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t565672918DC27B841B292D2710A0536666156809 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mDB27FD8E279A65F28B4252870D521E480E148872_gshared (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 * __this, NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* ___array0, const RuntimeMethod* method) { { NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_0 = ___array0; NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)__this); (( void (*) (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *, NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)__this, (NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* BasicArrayBuffer_1_get_Array_mCC389C873CA6FEF8A28973002B4C340C3CB1087E_gshared (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 * __this, const RuntimeMethod* method) { { NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_0 = (NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)__this->get_U3CArrayU3Ek__BackingField_1(); return (NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m86CA8F4AA4A0DAFA7BE7F9276DBD2899399E2AD7_gshared (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t8F2820222127FA3555803F54498E9275CE67C798 BasicArrayBuffer_1_GetSpan_m43F55E50B2B0DFD7B98384711D435FA213675F56_gshared (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)__this); NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_0; L_0 = (( NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* (*) (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_2; L_2 = (( Span_1_t8F2820222127FA3555803F54498E9275CE67C798 (*) (NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m0EE62CEF80232C3B715478BC3AC5DAE47209E8D4_gshared (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mA9513BA326A3B4B8B6207E21A8D81E227A10E2C6_gshared (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)__this); NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* L_0; L_0 = (( NormalizedShort4U5BU5D_t8D1D11358A9A35947DC7C503DEE90D7B2ACA9B83* (*) (BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t216DA8F281AEEF6A4409C9ADD00F77B0388698A2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m2746CD8578D785663C9141F8DB5D8621186F87A8_gshared (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD * __this, Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601 *)__this); (( void (*) (ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t6A3A1E17CFE605E85FF25335BB866A1E95F0E601 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mB0B1C7F2A0CEBF5C162E681CC80C8FC8E5429C43_gshared (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD * __this, Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* ___array0, const RuntimeMethod* method) { { Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_0 = ___array0; Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)__this); (( void (*) (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *, Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)__this, (Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* BasicArrayBuffer_1_get_Array_mB118C5C0E3869A5AFEC1F5D381C20918343B2903_gshared (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD * __this, const RuntimeMethod* method) { { Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_0 = (Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m14AF9B10E7DCAB646DF1AE79C60C63767D9976A2_gshared (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC BasicArrayBuffer_1_GetSpan_mDE45E22F3A2228314D3D760E45B3F398BBBAB159_gshared (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)__this); Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_0; L_0 = (( Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* (*) (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_2; L_2 = (( Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC (*) (Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m4B95D2F5FB81679D0B1547DD44F75DB6EADB1B7B_gshared (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m7EF9C131B917F0A696E0582C192142C5DF1B8462_gshared (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)__this); Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* L_0; L_0 = (( Rg32U5BU5D_t8AE87E01BF7B65CBF1283EDA8993076C05A43B1E* (*) (BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t3D38EDB0039707C4608ACDD2192C1EDC841E24DD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m3F4613DF05B9A75F549059C90BFF4923ECAAB34B_gshared (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 * __this, Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9 *)__this); (( void (*) (ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t21A4769F1D98C826D85A5295ABF6DE322F5A03F9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m67E9BF566D1B86F58CA8C3863B58F8AEA3F2DA55_gshared (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 * __this, Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* ___array0, const RuntimeMethod* method) { { Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_0 = ___array0; Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)__this); (( void (*) (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *, Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)__this, (Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* BasicArrayBuffer_1_get_Array_mC0062D3D405978ED3C67EA93304637275F5BED04_gshared (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 * __this, const RuntimeMethod* method) { { Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_0 = (Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m1D2F13E50B2EB43ED88CB642312DC6435C6646D5_gshared (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD BasicArrayBuffer_1_GetSpan_m4CBD7D05065F41E59209A27670CDF94771932E76_gshared (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)__this); Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_0; L_0 = (( Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* (*) (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_2; L_2 = (( Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD (*) (Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m97CE01A97B2DE14A17AC1A65EB34039C7839F74F_gshared (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m03F419852C602938872742D1522A4D0B199316DD_gshared (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)__this); Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* L_0; L_0 = (( Rgb24U5BU5D_t69BB12C628C3BA7893AB4B1BDD07AD079ADDC284* (*) (BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t9971D6110DE85223E736F445BD950F10AF1F5F18 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m119B15B363EC6EAE325A531C20C2A820998F7F55_gshared (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD * __this, Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635 *)__this); (( void (*) (ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tFEA1C9AE91E57C8D29BB1EC7D8CBF39375171635 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m53FB6F851271FFED13567D608FF5D653ACD6561B_gshared (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD * __this, Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* ___array0, const RuntimeMethod* method) { { Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_0 = ___array0; Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)__this); (( void (*) (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *, Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)__this, (Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* BasicArrayBuffer_1_get_Array_m2AA81BEDCE58D5A43948C858740AA819A1986FF1_gshared (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD * __this, const RuntimeMethod* method) { { Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_0 = (Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m5CE46E876CC5A7375F75109F9B4BF03DDB266DB0_gshared (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 BasicArrayBuffer_1_GetSpan_m2D4A29F72E49540BD473DB68B12401A251F7420F_gshared (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)__this); Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_0; L_0 = (( Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* (*) (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_2; L_2 = (( Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 (*) (Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mC0A8FA157B57CF4A12C5371BF729CA9FE30B6C4B_gshared (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m41AA1CA2972142F384F42A5F2D2F405D36EA5C49_gshared (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)__this); Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* L_0; L_0 = (( Rgb48U5BU5D_t425D9DBCA76B08B21CBC37C8C2F926C4E134E058* (*) (BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tFA30F26CCFC791E108E2A58A16837AB156CDF4FD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mBE60578832314A6C28C3D3977437BA2E596FC871_gshared (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B * __this, Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55 *)__this); (( void (*) (ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t923C6295C37913DE9ACCD4E2FF5CB9492C6EFB55 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mBE09B95EAEFEAE4FDB909BB5A3E7F6A472C5F567_gshared (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B * __this, Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* ___array0, const RuntimeMethod* method) { { Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_0 = ___array0; Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)__this); (( void (*) (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *, Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)__this, (Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* BasicArrayBuffer_1_get_Array_mF56DDD0FFF9AD5D03B34ECF598CA0F34F120C1E0_gshared (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B * __this, const RuntimeMethod* method) { { Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_0 = (Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m2DB6FF58770FA65C329371EF40C344510A404D90_gshared (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 BasicArrayBuffer_1_GetSpan_m5A71252BDE02538F02E15B39DCF12B3EB58AF872_gshared (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)__this); Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_0; L_0 = (( Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* (*) (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_2; L_2 = (( Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 (*) (Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m012DA7B4CAA8E1B95DD3E70AB771803E56EC59D2_gshared (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m149709F1344E39A127D7BCFD893F077649787FF7_gshared (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)__this); Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* L_0; L_0 = (( Rgba1010102U5BU5D_tFCCAD72518D7845F2AB7DBEA4A1296CBC10CBF92* (*) (BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t6D911F3BFC70400E4E76892E6172793C5195B20B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m78BFE9AD70866E0CF9243583ABB59995CB7E6FE0_gshared (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 * __this, Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3 *)__this); (( void (*) (ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t7C5BE43F615C80358D5368B6D9F17373FFF705E3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m0AC8205153FAF2E07DF9464FE36ACC4B8EBEC215_gshared (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 * __this, Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* ___array0, const RuntimeMethod* method) { { Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_0 = ___array0; Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)__this); (( void (*) (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *, Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)__this, (Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* BasicArrayBuffer_1_get_Array_m8B4175841B249CB58D7840B9CF41C591EA19F670_gshared (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 * __this, const RuntimeMethod* method) { { Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_0 = (Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m7D9F1BF630E24EC8471BB3197408B4E977A1FA59_gshared (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 BasicArrayBuffer_1_GetSpan_m978188390C362CFBCB4F2973A03EC6611FD79ED3_gshared (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)__this); Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_0; L_0 = (( Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* (*) (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_2; L_2 = (( Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 (*) (Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m040F6652D9E83E72B352C8E410E6DE589E81E81F_gshared (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mC46D9D720778FAE18ED0E06707A25C0FB612C92B_gshared (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)__this); Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* L_0; L_0 = (( Rgba32U5BU5D_tB269862085B630E4CC92A56510E709BACB32F8F9* (*) (BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t58AD941804F07461FA9EB5D91B08B0B78B0D5015 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mFE2346E5D23EA4E38D9D2D1CB825926208341EB7_gshared (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F * __this, Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3 *)__this); (( void (*) (ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t4F08A1BEB9B1CE7C6291F4DB270D9FA3D37628C3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mAA8DC392118C33F57B9A869E577A31C82B2BEA4D_gshared (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F * __this, Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* ___array0, const RuntimeMethod* method) { { Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_0 = ___array0; Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)__this); (( void (*) (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *, Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)__this, (Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* BasicArrayBuffer_1_get_Array_m77F142E4CE57C1F96F3C210FC65B5A6B2AEB2968_gshared (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F * __this, const RuntimeMethod* method) { { Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_0 = (Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m1B77CD6914C7B04C027AC41B3EF8558B69D7D6A1_gshared (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A BasicArrayBuffer_1_GetSpan_m89F8397F25D2C65A641BF0DC3D728AD4B1F17D06_gshared (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)__this); Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_0; L_0 = (( Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* (*) (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_2; L_2 = (( Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A (*) (Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mBDBBB877A45375549D728AFFFE932D97112341FC_gshared (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mB88DB8C4AEE850EC1F7195A52F291AE7DE9D59A9_gshared (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)__this); Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* L_0; L_0 = (( Rgba64U5BU5D_tF6CF8A40BAE6E7CE6160B70AEA666AC65B617885* (*) (BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0EA3A18535416CEE63F513784BFEE4FC6A55A32F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mF101A7134FABFEC64F054AFCD273C4115AEFFC81_gshared (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 * __this, RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41 *)__this); (( void (*) (ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tB510FC597F7A5FF4BA1D4CEA51D971F8CADF1C41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m5BA8AB6CD9A90D81C921C7F42405907A90621A1F_gshared (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 * __this, RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* ___array0, const RuntimeMethod* method) { { RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_0 = ___array0; RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)__this); (( void (*) (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *, RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)__this, (RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* BasicArrayBuffer_1_get_Array_m97450D8F14323A1C81DDDF096E023304D5A8ACC4_gshared (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 * __this, const RuntimeMethod* method) { { RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_0 = (RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)__this->get_U3CArrayU3Ek__BackingField_1(); return (RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m413BD6C5BB5389A986AE8055E61954E6FE3FE107_gshared (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 BasicArrayBuffer_1_GetSpan_m9A1A9B9E88D459CE9EAFF30DF56BFD69DCB7B2CD_gshared (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)__this); RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_0; L_0 = (( RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* (*) (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_2; L_2 = (( Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 (*) (RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mFCA7498670C6B01C8B4990E1317C425F10720396_gshared (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mFB200002F44E220CB4B14D54F4EF4C248C61D22F_gshared (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)__this); RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* L_0; L_0 = (( RgbaVectorU5BU5D_tDD788498A7E650DE2BA8E6C3008167B10CAB0BF4* (*) (BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t52EEBB9ACE9840077D825BBC8DB6092522B949A4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mB2850265F3080D4C27CAC738AA06478FB365E6DB_gshared (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 * __this, Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2 *)__this); (( void (*) (ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t36A3C928DE2581F7103F9158C1574A1A180F31F2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mB702B1FAFC7D5A05476DF73FE1FEBE4CFBB2B466_gshared (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 * __this, Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* ___array0, const RuntimeMethod* method) { { Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_0 = ___array0; Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)__this); (( void (*) (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *, Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)__this, (Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* BasicArrayBuffer_1_get_Array_mE4B7B781AD2CA2679C18346BDCEDD818CFBA4BE0_gshared (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 * __this, const RuntimeMethod* method) { { Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_0 = (Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m4CE78940DE1D223AA1A6A05CB8AA437FDF8C34DB_gshared (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 BasicArrayBuffer_1_GetSpan_m71BC8B5B246EDF9366D3D18A2F28BB6D6A262843_gshared (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)__this); Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_0; L_0 = (( Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* (*) (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_2; L_2 = (( Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 (*) (Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mBF46E3019EAB7AECCB35CD5B3EFA60977628EA5E_gshared (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m559D9B160043C86CBA863F1044CBEE5A985C96F7_gshared (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)__this); Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* L_0; L_0 = (( Short2U5BU5D_t7598D04B358F5051614D885E0EDF8AD72EA270B0* (*) (BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tF0017DDFB7053893E64DC3E7E8347535DE142525 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m8E3CA93127F7622E02FF5FA1A70AAB325073483B_gshared (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 * __this, Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E *)__this); (( void (*) (ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tE5EB9F65A4D659F979E38A7BC74986CFE9B2902E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mD3EDFF261FE9B5F3E84C39163757B9BE2296BF9A_gshared (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 * __this, Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* ___array0, const RuntimeMethod* method) { { Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_0 = ___array0; Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)__this); (( void (*) (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *, Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)__this, (Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* BasicArrayBuffer_1_get_Array_m0F5BC73FEA844402F678291A8230E9C55CEA1CA4_gshared (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 * __this, const RuntimeMethod* method) { { Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_0 = (Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m7D01F0965B670678C148CC7563396621D9F67783_gshared (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 BasicArrayBuffer_1_GetSpan_m15ED87BA289F19FB1A5FFEF54371D37BCF914E5C_gshared (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)__this); Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_0; L_0 = (( Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* (*) (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_2; L_2 = (( Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 (*) (Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mD4316E1D9050A715A66B1F9D21629DF6170882AD_gshared (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m4F287AB25A43D3D78937BA5BB6515F6E41ABDCBF_gshared (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)__this); Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* L_0; L_0 = (( Short4U5BU5D_t241593CACF9A930E7C9ECEE397111D4C700A46C5* (*) (BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t66D6181B0750F01A528824BA0B4C890EA2899C39 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mCAD60D351F150E91BD1623AE9BA4D268CBA08918_gshared (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A *)__this); (( void (*) (ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t651FC9F5B643195A428716EA9C9C5E7276867C7A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m807856601269B94301D0410F63982CC482936583_gshared (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, const RuntimeMethod* method) { { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___array0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)__this); (( void (*) (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)__this, (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* BasicArrayBuffer_1_get_Array_mD58624C72A3BDC9BBD8A5710329EFB4F6E2E3617_gshared (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F * __this, const RuntimeMethod* method) { { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)__this->get_U3CArrayU3Ek__BackingField_1(); return (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m25A3D0BEEC341815A7B48ED062EC9134AD4FA0C5_gshared (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 BasicArrayBuffer_1_GetSpan_m5FC0382F37C7BF50D9FDA446372F570F805B6453_gshared (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)__this); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0; L_0 = (( SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* (*) (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_2; L_2 = (( Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 (*) (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m22A1EE23BC031BC90F19EA115F293F8391785C8A_gshared (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mBF6208CBC31B5C70362DC6746F1615B0859DB732_gshared (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)__this); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0; L_0 = (( SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* (*) (BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tDC0E9F37F87994BA70D1DA6534796A735E21A86F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mF40DD1F761F7BA0C9F7F77C20AF678F70899943D_gshared (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E * __this, UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41 *)__this); (( void (*) (ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_tBE2DE3A2DC36968CAE122FF15833673964696E41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m429EA749199A36973E736896BF05855739C2B3A3_gshared (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E * __this, UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___array0, const RuntimeMethod* method) { { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_0 = ___array0; UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)__this); (( void (*) (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *, UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)__this, (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* BasicArrayBuffer_1_get_Array_mBA67A7369D1005065D6578D1CDF9D2D2E74E6B20_gshared (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E * __this, const RuntimeMethod* method) { { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_0 = (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)__this->get_U3CArrayU3Ek__BackingField_1(); return (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m9AEBA6E0911DF54CE3FAB4819B14BCC45408B803_gshared (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t47BDB4485FC69CC900DCE6606C12EE5F8967FCF0 BasicArrayBuffer_1_GetSpan_m5085E99FBF8B919028BEEE39BC6E7C125C8046BA_gshared (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)__this); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_0; L_0 = (( UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* (*) (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t47BDB4485FC69CC900DCE6606C12EE5F8967FCF0 L_2; L_2 = (( Span_1_t47BDB4485FC69CC900DCE6606C12EE5F8967FCF0 (*) (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t47BDB4485FC69CC900DCE6606C12EE5F8967FCF0 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mFDAEC044DC66C23F1548C9A561056BF2ACAC209A_gshared (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m668A564E83A3553F1A7DCE9D63CB6573E925EC9B_gshared (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)__this); UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_0; L_0 = (( UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* (*) (BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_tAF1C61C1258304747528A81BDABAAEDAC1C9C19E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m6B4929252C374BA0C2076DB26CE5FFA21B90BF72_gshared (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F *)__this); (( void (*) (ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t772D882BBCD3BFF28A4066BA05850DB3DB86796F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mA5A936EAD6A352A4BC28930111442C72900EB2D7_gshared (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___array0, const RuntimeMethod* method) { { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___array0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)__this); (( void (*) (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)__this, (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* BasicArrayBuffer_1_get_Array_m2265B27CCC7A526C7A623F89690940659A33D905_gshared (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 * __this, const RuntimeMethod* method) { { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)__this->get_U3CArrayU3Ek__BackingField_1(); return (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_mDBA17A63D17D1158A3EE369BA39040E9C52C97B9_gshared (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_tC7E6D76C721E1CE433A375881D80B6CADD7E8F83 BasicArrayBuffer_1_GetSpan_m856FDE123878D5D6F92FFFD594AB5E39BF41CC4C_gshared (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)__this); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = (( UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* (*) (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_tC7E6D76C721E1CE433A375881D80B6CADD7E8F83 L_2; L_2 = (( Span_1_tC7E6D76C721E1CE433A375881D80B6CADD7E8F83 (*) (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_tC7E6D76C721E1CE433A375881D80B6CADD7E8F83 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_m32A8828B3528A33F75E5BB1712FC4DAAEC97CE27_gshared (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mDEBE04968F765EA89046D8FA1FE6837159ECA292_gshared (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)__this); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = (( UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* (*) (BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t79A2895FAC7746C70C6A5E04992AB8BB79FDE359 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_mAEF137EF4E892B9D0F33B96AEB9E83063F61A975_gshared (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F *)__this); (( void (*) (ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t667657DE1D208F135C24FDE8B7C98DFB63AABE7F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m527BF1CB753BE450876F7E6C6B7A3B191B0292DA_gshared (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, const RuntimeMethod* method) { { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___array0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)__this); (( void (*) (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)__this, (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* BasicArrayBuffer_1_get_Array_m6668A8EE240477027502E40EE7AB54DD40B0EF1E_gshared (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 * __this, const RuntimeMethod* method) { { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)__this->get_U3CArrayU3Ek__BackingField_1(); return (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m95A6BABB7159FC8400598A7A5EF5CABA9C564DC9_gshared (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t1BA9ABD79EE53A4A851E74DAB9497939A0BC72ED BasicArrayBuffer_1_GetSpan_m03CCF4836A45EFD3A62DF3D2971AF258860FD4B3_gshared (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)__this); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = (( UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* (*) (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t1BA9ABD79EE53A4A851E74DAB9497939A0BC72ED L_2; L_2 = (( Span_1_t1BA9ABD79EE53A4A851E74DAB9497939A0BC72ED (*) (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t1BA9ABD79EE53A4A851E74DAB9497939A0BC72ED )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mE14A3C8CB72A8249372905C7F4AA32569F78D31E_gshared (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_m2F5CFCE7D5B15E040BF06DC537ED75E306F83E34_gshared (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)__this); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = (( UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* (*) (BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t0F9AE8AD5282E0BFD5FDAA63E9C1EA1B7528DD86 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m32EF140006087340E52A3696FBDB4BEAEBC9FCC1_gshared (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 * __this, Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___array0, int32_t ___length1, const RuntimeMethod* method) { { NullCheck((ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588 *)__this); (( void (*) (ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ManagedBufferBase_1_t27878D2A30E9FC55DCF113FD278C62F4EE771588 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* L_0 = ___array0; __this->set_U3CArrayU3Ek__BackingField_1(L_0); int32_t L_1 = ___length1; __this->set_U3CLengthU3Ek__BackingField_2(L_1); return; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::.ctor(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1__ctor_m325ABC88B3F7E6E7E9C5F3371A62F54D20492E67_gshared (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 * __this, Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___array0, const RuntimeMethod* method) { { Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* L_0 = ___array0; Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* L_1 = ___array0; NullCheck(L_1); NullCheck((BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)__this); (( void (*) (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *, Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)__this, (Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return; } } // T[] SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Array() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* BasicArrayBuffer_1_get_Array_mDCC1C8351481296E15A9639A0BC39AC8D17276B3_gshared (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 * __this, const RuntimeMethod* method) { { Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* L_0 = (Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)__this->get_U3CArrayU3Ek__BackingField_1(); return (Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)L_0; } } // System.Int32 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicArrayBuffer_1_get_Length_m4382EAFC7D7589ECCC045AAE295AE9C93A31B22C_gshared (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CLengthU3Ek__BackingField_2(); return (int32_t)L_0; } } // System.Span`1 SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 BasicArrayBuffer_1_GetSpan_m28E3D8259EAF3EDDF03889AC6B8A945991D4869D_gshared (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)__this); Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* L_0; L_0 = (( Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* (*) (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)__this); int32_t L_1; L_1 = (( int32_t (*) (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_2; L_2 = (( Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 (*) (Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); return (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_2; } } // System.Void SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicArrayBuffer_1_Dispose_mF1C6907B1EC36FF4ED3A8C446010363D671A9CAF_gshared (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Object SixLabors.ImageSharp.Memory.Internals.BasicArrayBuffer`1::GetPinnableObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BasicArrayBuffer_1_GetPinnableObject_mE3943B4A2CC6D9D8E104B6378360241EE05105EB_gshared (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 * __this, const RuntimeMethod* method) { { NullCheck((BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)__this); Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* L_0; L_0 = (( Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* (*) (BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BasicArrayBuffer_1_t5F89D6556F1F2F4A01FC222A08BC70FD5AE11897 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return (RuntimeObject *)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BidirectionalDictionary_2__ctor_m1B4D17B1AD5328269271F8DB624C125DF1B6B186_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, const RuntimeMethod* method) { { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_0; L_0 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_1; L_1 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 *)__this); (( void (*) (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 *, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 *)__this, (RuntimeObject*)L_0, (RuntimeObject*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return; } } // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BidirectionalDictionary_2__ctor_mB587170FAADFD1B06156B692F5EFC1C4C9375C5C_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject* ___firstEqualityComparer0, RuntimeObject* ___secondEqualityComparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFC5AA3E4E8A7D479AE635797BE5C940534C37F6); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___firstEqualityComparer0; RuntimeObject* L_1 = ___secondEqualityComparer1; NullCheck((BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 *)__this); (( void (*) (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 *, RuntimeObject*, RuntimeObject*, String_t*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 *)__this, (RuntimeObject*)L_0, (RuntimeObject*)L_1, (String_t*)_stringLiteralFFC5AA3E4E8A7D479AE635797BE5C940534C37F6, (String_t*)_stringLiteralFFC5AA3E4E8A7D479AE635797BE5C940534C37F6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); return; } } // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Collections.Generic.IEqualityComparer`1,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BidirectionalDictionary_2__ctor_m4025B45BB7AAFA9DE78A33C83CB2A2590C92FDD7_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject* ___firstEqualityComparer0, RuntimeObject* ___secondEqualityComparer1, String_t* ___duplicateFirstErrorMessage2, String_t* ___duplicateSecondErrorMessage3, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___firstEqualityComparer0; Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_1 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_1, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); __this->set__firstToSecond_0(L_1); RuntimeObject* L_2 = ___secondEqualityComparer1; Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_3 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)(L_3, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); __this->set__secondToFirst_1(L_3); String_t* L_4 = ___duplicateFirstErrorMessage2; __this->set__duplicateFirstErrorMessage_2(L_4); String_t* L_5 = ___duplicateSecondErrorMessage3; __this->set__duplicateSecondErrorMessage_3(L_5); return; } } // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::Set(TFirst,TSecond) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BidirectionalDictionary_2_Set_m1430EC18429D43DD8FE1D14AD4E97DC3DBB3F0FF_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject * ___first0, RuntimeObject * ___second1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get__firstToSecond_0(); RuntimeObject * L_1 = ___first0; NullCheck((RuntimeObject*)L_0); bool L_2; L_2 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10), (RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject **)(RuntimeObject **)(&V_1)); if (!L_2) { goto IL_0041; } } { RuntimeObject * L_3 = ___second1; NullCheck((RuntimeObject *)(V_1)); bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(V_1), (RuntimeObject *)L_3); if (L_4) { goto IL_0041; } } { String_t* L_5 = (String_t*)__this->get__duplicateFirstErrorMessage_2(); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_7 = ___first0; String_t* L_8; L_8 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD((String_t*)L_5, (RuntimeObject*)L_6, (RuntimeObject *)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BidirectionalDictionary_2_Set_m1430EC18429D43DD8FE1D14AD4E97DC3DBB3F0FF_RuntimeMethod_var))); } IL_0041: { RuntimeObject* L_10 = (RuntimeObject*)__this->get__secondToFirst_1(); RuntimeObject * L_11 = ___second1; NullCheck((RuntimeObject*)L_10); bool L_12; L_12 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 13), (RuntimeObject*)L_10, (RuntimeObject *)L_11, (RuntimeObject **)(RuntimeObject **)(&V_0)); if (!L_12) { goto IL_0082; } } { RuntimeObject * L_13 = ___first0; NullCheck((RuntimeObject *)(V_0)); bool L_14; L_14 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(V_0), (RuntimeObject *)L_13); if (L_14) { goto IL_0082; } } { String_t* L_15 = (String_t*)__this->get__duplicateSecondErrorMessage_3(); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_17 = ___second1; String_t* L_18; L_18 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD((String_t*)L_15, (RuntimeObject*)L_16, (RuntimeObject *)L_17, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, (String_t*)L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BidirectionalDictionary_2_Set_m1430EC18429D43DD8FE1D14AD4E97DC3DBB3F0FF_RuntimeMethod_var))); } IL_0082: { RuntimeObject* L_20 = (RuntimeObject*)__this->get__firstToSecond_0(); RuntimeObject * L_21 = ___first0; RuntimeObject * L_22 = ___second1; NullCheck((RuntimeObject*)L_20); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10), (RuntimeObject*)L_20, (RuntimeObject *)L_21, (RuntimeObject *)L_22); RuntimeObject* L_23 = (RuntimeObject*)__this->get__secondToFirst_1(); RuntimeObject * L_24 = ___second1; RuntimeObject * L_25 = ___first0; NullCheck((RuntimeObject*)L_23); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 13), (RuntimeObject*)L_23, (RuntimeObject *)L_24, (RuntimeObject *)L_25); return; } } // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetByFirst(TFirst,TSecond&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BidirectionalDictionary_2_TryGetByFirst_m8609D141944B4CCBEECDE1AF3C36532DB0A55804_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject * ___first0, RuntimeObject ** ___second1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__firstToSecond_0(); RuntimeObject * L_1 = ___first0; RuntimeObject ** L_2 = ___second1; NullCheck((RuntimeObject*)L_0); bool L_3; L_3 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10), (RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject **)(RuntimeObject **)L_2); return (bool)L_3; } } // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetBySecond(TSecond,TFirst&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BidirectionalDictionary_2_TryGetBySecond_mB367953F373057EE54A07127CB6E68957611AFAC_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject * ___second0, RuntimeObject ** ___first1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__secondToFirst_1(); RuntimeObject * L_1 = ___second0; RuntimeObject ** L_2 = ___first1; NullCheck((RuntimeObject*)L_0); bool L_3; L_3 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 13), (RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject **)(RuntimeObject **)L_2); return (bool)L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m59A55123464C6E6A40EE685FF452B12EC5B46B52_gshared (BinaryThresholdProcessor_1_t5411C21DD0D2DE2193B63EA8C5812252F5CB7A17 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this); (( void (*) (ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mEC3B7AEA5C7C3545BD5B19CDFE3D947B164E0793_gshared (BinaryThresholdProcessor_1_t5411C21DD0D2DE2193B63EA8C5812252F5CB7A17 * __this, ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 V_1; memset((&V_1), 0, sizeof(V_1)); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_5; L_5 = Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_8; L_8 = Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_8; NullCheck((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_15 = ___source0; NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_15); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_16; L_16 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_17 = V_1; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m46B06139BB253E321574A070C4602CF1A9F4D641_inline((RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B *)(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B *)(&V_5), (int32_t)L_14, (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_16, (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_17, (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B *)(RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m2CD1FA28F52051C064D50364A4177E6BDDB0C656_gshared (BinaryThresholdProcessor_1_tFFBCBEE2DCA553DA988618BFCF7C901AC0E28F96 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this); (( void (*) (ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m19E2D50DF7716F9AF191AF8F91444E1FA0B7CA4B_gshared (BinaryThresholdProcessor_1_tFFBCBEE2DCA553DA988618BFCF7C901AC0E28F96 * __this, ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 V_1; memset((&V_1), 0, sizeof(V_1)); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_5; L_5 = Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_8; L_8 = Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_8; NullCheck((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_15 = ___source0; NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_15); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_16; L_16 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_17 = V_1; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m51F208601C4429E2E4D5BD735AE88893EB0C2FDF_inline((RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C *)(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C *)(&V_5), (int32_t)L_14, (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_16, (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_17, (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C *)(RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mD2528B400024621AAE7F631FD66A023A39056132_gshared (BinaryThresholdProcessor_1_t497E44183B148DCC00443442B421420FA0B17B0F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this); (( void (*) (ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mF7E5E6A968CE1FF1344B4F983E3B51BC8FEC8D0B_gshared (BinaryThresholdProcessor_1_t497E44183B148DCC00443442B421420FA0B17B0F * __this, ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD V_1; memset((&V_1), 0, sizeof(V_1)); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_5; L_5 = Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_8; L_8 = Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_8; NullCheck((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_15 = ___source0; NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_15); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_16; L_16 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_17 = V_1; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m71A23A235B742D2817ACD69B95293618D6591CE3_inline((RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 *)(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 *)(&V_5), (int32_t)L_14, (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_16, (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_17, (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 *)(RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mE29B841F4995FC9D6F478367BEB0A7D11E453741_gshared (BinaryThresholdProcessor_1_t56B3DD730F3E1E3B0EC707A26EDBD9F07F614514 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this); (( void (*) (ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m1BE2D404A4A2BBB519E73D05DD046E872F780481_gshared (BinaryThresholdProcessor_1_t56B3DD730F3E1E3B0EC707A26EDBD9F07F614514 * __this, ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 V_1; memset((&V_1), 0, sizeof(V_1)); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_5; L_5 = Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_8; L_8 = Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_8; NullCheck((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_15 = ___source0; NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_15); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_16; L_16 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_17 = V_1; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m5BA0549C17C5BD642F113A751903A19514AF72C5_inline((RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 *)(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_16, (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_17, (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 *)(RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mE80B1ABE8919F944AB4DB301A14E9CF88FC3070C_gshared (BinaryThresholdProcessor_1_t1493E5C1FC71DB3C35424F5D8244FA48A4488605 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this); (( void (*) (ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m426FBBF8FDB3C7CB2B18F8060862121EA1F5E9CA_gshared (BinaryThresholdProcessor_1_t1493E5C1FC71DB3C35424F5D8244FA48A4488605 * __this, ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C V_1; memset((&V_1), 0, sizeof(V_1)); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_5; L_5 = Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_8; L_8 = Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_8; NullCheck((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_15 = ___source0; NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_15); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_16; L_16 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_17 = V_1; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m57D65FD8CA616482EC7E0A44C14A295A7E40E5A4_inline((RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 *)(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_16, (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_17, (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 *)(RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m49F4F53BA568AF14BEB3A1A0A296B45F88CFB5DD_gshared (BinaryThresholdProcessor_1_tF1328713EFC9D1E8018D00038F4FE6E3FA8B786B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this); (( void (*) (ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mA2CDD8F82F04CEEE2EB027CD8F8198426F8F94AA_gshared (BinaryThresholdProcessor_1_tF1328713EFC9D1E8018D00038F4FE6E3FA8B786B * __this, ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 V_1; memset((&V_1), 0, sizeof(V_1)); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_5; L_5 = Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_8; L_8 = Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_8; NullCheck((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_15 = ___source0; NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_15); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_16; L_16 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_17 = V_1; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m8F6D564637CF094A9A134E2BC67F1D452F780370_inline((RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 *)(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_16, (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_17, (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 *)(RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mEDDDAE3F46122E1CAD91E1F80D14C23214F0B1A6_gshared (BinaryThresholdProcessor_1_tBF89949AB0077102FAC30C24695994EE96067F14 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this); (( void (*) (ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mDC0BFA2A2BC95A5B2F495A2EB76DBE0AE9C99514_gshared (BinaryThresholdProcessor_1_tBF89949AB0077102FAC30C24695994EE96067F14 * __this, ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 V_1; memset((&V_1), 0, sizeof(V_1)); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_5; L_5 = Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_8; L_8 = Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_8; NullCheck((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_15 = ___source0; NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_15); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_16; L_16 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_17 = V_1; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m363CD7507A3010314CEA893A31883697AC050708_inline((RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 *)(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 *)(&V_5), (int32_t)L_14, (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_16, (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_17, (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 *)(RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m2437072F011453376E7A401FF6F4B738DD4613D5_gshared (BinaryThresholdProcessor_1_t83A24DFA1EA96705BD7E1C7B45EDC8E84EE286D5 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this); (( void (*) (ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mE3611024F2EB65AC11307A623FD645CC254AA418_gshared (BinaryThresholdProcessor_1_t83A24DFA1EA96705BD7E1C7B45EDC8E84EE286D5 * __this, ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 V_1; memset((&V_1), 0, sizeof(V_1)); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_5; L_5 = Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_8; L_8 = Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_8; NullCheck((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_15 = ___source0; NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_15); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_16; L_16 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_17 = V_1; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m4ACCC112A715699616CACCC27259C82815A29B54_inline((RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 *)(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_16, (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_17, (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 *)(RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m364B1C7E92354A6F1BB8B1587800444CFE735DC1_gshared (BinaryThresholdProcessor_1_tB9C255FF1553F2DF4B85B383EEED28C445ACE051 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this); (( void (*) (ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m323270D9D81E38960086DB5572234798CE4D5043_gshared (BinaryThresholdProcessor_1_tB9C255FF1553F2DF4B85B383EEED28C445ACE051 * __this, ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 V_1; memset((&V_1), 0, sizeof(V_1)); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_5; L_5 = Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_8; L_8 = Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_8; NullCheck((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_15 = ___source0; NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_15); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_16; L_16 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_17 = V_1; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m3E2D0EB6864F870831CFD50D2EDF7A8FCE7596C9_inline((RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 *)(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_16, (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_17, (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 *)(RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m6B1985EBB2998C340596A237B94C834DA712D5BB_gshared (BinaryThresholdProcessor_1_t84A0D0F1D3C7D6B768C678A9F07000BD199A6386 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this); (( void (*) (ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m8DB7487D0F84B8DEFD4BCE00E28BB67F15F5264B_gshared (BinaryThresholdProcessor_1_t84A0D0F1D3C7D6B768C678A9F07000BD199A6386 * __this, ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E V_1; memset((&V_1), 0, sizeof(V_1)); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_5; L_5 = Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_8; L_8 = Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_8; NullCheck((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_15 = ___source0; NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_15); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_16; L_16 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_17 = V_1; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m04F3A2F97FC998D6BA885148F9C0CC084238AB1B_inline((RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 *)(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 *)(&V_5), (int32_t)L_14, (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_16, (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_17, (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 *)(RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m3C5E9E08FD10A3CBC8012F4F8357683E9C02C012_gshared (BinaryThresholdProcessor_1_t337A96D4C2ECE501DF1A2EE92BA03466DD8F3C36 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this); (( void (*) (ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m4BFE15B452C0330D6D382B1F78DB9717FFF11874_gshared (BinaryThresholdProcessor_1_t337A96D4C2ECE501DF1A2EE92BA03466DD8F3C36 * __this, ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC V_1; memset((&V_1), 0, sizeof(V_1)); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_5; L_5 = Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_8; L_8 = Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_8; NullCheck((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_15 = ___source0; NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_15); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_16; L_16 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_17 = V_1; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_mF6C0FA641AB4585FFB324C28D9FC9AA3525E2431_inline((RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 *)(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_16, (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_17, (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 *)(RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mFA7C246964AEDE61A494338D4907EEE38F84DC5A_gshared (BinaryThresholdProcessor_1_tAC0C460DACF7ABE50428A9D4E3C04DE5F30659F5 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this); (( void (*) (ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m48562585B4853856F7F6FBC12D5572F1BDD0F493_gshared (BinaryThresholdProcessor_1_tAC0C460DACF7ABE50428A9D4E3C04DE5F30659F5 * __this, ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 V_1; memset((&V_1), 0, sizeof(V_1)); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_5; L_5 = Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_8; L_8 = Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_8; NullCheck((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_15 = ___source0; NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_15); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_16; L_16 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_17 = V_1; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m1EE437033FF3A73CFFB167EACA999F8A20BE1DF2_inline((RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D *)(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D *)(&V_5), (int32_t)L_14, (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_16, (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_17, (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D *)(RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mB478F2B673BD994FC29BE80C0E15226F617906B1_gshared (BinaryThresholdProcessor_1_t2521EC7227F2441CA06763EE362F76F976E9C8BE * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this); (( void (*) (ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mE7FD7C3BC540F7E760391BC73F19C7E938F518FA_gshared (BinaryThresholdProcessor_1_t2521EC7227F2441CA06763EE362F76F976E9C8BE * __this, ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_1; memset((&V_1), 0, sizeof(V_1)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_5; L_5 = Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_8; L_8 = Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_8; NullCheck((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_15 = ___source0; NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_15); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_16; L_16 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_17 = V_1; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m78F37163F3B5305CFCF07FDDBA5607AB6B1C56D2_inline((RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 *)(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_16, (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_17, (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 *)(RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mBB1C4D20C95645D045B3B1AD527024DCCE68A500_gshared (BinaryThresholdProcessor_1_t606C5B018B3F459309E4E5FA673C74C411B93602 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this); (( void (*) (ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m4448EC006051198E0654ED056598ABFB59882048_gshared (BinaryThresholdProcessor_1_t606C5B018B3F459309E4E5FA673C74C411B93602 * __this, ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 V_1; memset((&V_1), 0, sizeof(V_1)); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_5; L_5 = Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_8; L_8 = Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_8; NullCheck((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_15 = ___source0; NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_15); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_16; L_16 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_17 = V_1; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m63B86EE158AA539126D0B507A01E2424B555D48A_inline((RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 *)(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_16, (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_17, (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 *)(RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m79F3039EABC9D9E8C7E0B420E90127CBDC142750_gshared (BinaryThresholdProcessor_1_t60AE4EF5457EF571D99AC0725072392524B33F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this); (( void (*) (ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m9717EE5DC4E7F08526E16B2B9F989EEB3708954F_gshared (BinaryThresholdProcessor_1_t60AE4EF5457EF571D99AC0725072392524B33F2A * __this, ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 V_1; memset((&V_1), 0, sizeof(V_1)); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_5; L_5 = Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_8; L_8 = Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_8; NullCheck((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_15 = ___source0; NullCheck((ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_15); Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * L_16; L_16 = (( Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * (*) (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_17 = V_1; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_mAFF36B07CEDC1BD141A96834B1039BB8845DD2BF_inline((RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF *)(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF *)(&V_5), (int32_t)L_14, (Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *)L_16, (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_17, (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF *)(RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m4C06BE2663F82722E89F32A168FBEB9F03FD63BD_gshared (BinaryThresholdProcessor_1_t36FCAF731A2CF3EC42FDD3D7CA7F0E26E30E8119 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this); (( void (*) (ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mF6C682AFD30F001274AF7F969EC9D5332791537F_gshared (BinaryThresholdProcessor_1_t36FCAF731A2CF3EC42FDD3D7CA7F0E26E30E8119 * __this, ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 V_1; memset((&V_1), 0, sizeof(V_1)); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_5; L_5 = Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_8; L_8 = Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_8; NullCheck((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_15 = ___source0; NullCheck((ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_15); Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * L_16; L_16 = (( Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * (*) (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_17 = V_1; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m8FE6B021C24562A0858CCFF3823D6A0008196C76_inline((RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 *)(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *)L_16, (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_17, (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 *)(RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m77A48A85713D56EFA45E28A67A0CE6FCBD0E020B_gshared (BinaryThresholdProcessor_1_t78E25BE7D2AC2CAAB12795801CDAE0A6FCB9D913 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this); (( void (*) (ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m9CD9C86E04FBCDFEAF7C2799B41069FD649CF8F0_gshared (BinaryThresholdProcessor_1_t78E25BE7D2AC2CAAB12795801CDAE0A6FCB9D913 * __this, ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 V_1; memset((&V_1), 0, sizeof(V_1)); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_5; L_5 = Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_8; L_8 = Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_8; NullCheck((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_15 = ___source0; NullCheck((ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_15); Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * L_16; L_16 = (( Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * (*) (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_17 = V_1; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m8E66C199E038AD8A8C207D508BD636B986ACFBAC_inline((RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD *)(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD *)(&V_5), (int32_t)L_14, (Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *)L_16, (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_17, (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD *)(RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mD040D792CB0FB38CA8A1E2341446EAAFA70AFCEB_gshared (BinaryThresholdProcessor_1_t628D83D765145525A95BBB802F8C246CF52EB6AF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); (( void (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mA68537B0F9FC93F37B4BC36D3147D77B26FD488E_gshared (BinaryThresholdProcessor_1_t628D83D765145525A95BBB802F8C246CF52EB6AF * __this, ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 V_1; memset((&V_1), 0, sizeof(V_1)); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_5; L_5 = Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_8; L_8 = Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_8; NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_15 = ___source0; NullCheck((ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_15); Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * L_16; L_16 = (( Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * (*) (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_17 = V_1; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_mAC3A9F7F3D28FDD1B307BDE293C54DAF2099055F_inline((RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 *)(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 *)(&V_5), (int32_t)L_14, (Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *)L_16, (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_17, (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 *)(RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m044CA604CDF91DFA928040419635F4EB5BDCC6CB_gshared (BinaryThresholdProcessor_1_tB472C6C5F2B0AC7032F5164B4A3BC22C8FC0E968 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); (( void (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m3A6BD3F6AE99A55B4F376BE28300E7AF6717D0B9_gshared (BinaryThresholdProcessor_1_tB472C6C5F2B0AC7032F5164B4A3BC22C8FC0E968 * __this, ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 V_1; memset((&V_1), 0, sizeof(V_1)); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_5; L_5 = Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_8; L_8 = Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_8; NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_15 = ___source0; NullCheck((ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_15); Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * L_16; L_16 = (( Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * (*) (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_17 = V_1; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m4D424DCC566D8A921FFEFD22EE81DE5BAF877B9B_inline((RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 *)(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *)L_16, (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_17, (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 *)(RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m95E2666E553B7A843B10EBA12262A9C2606FC94C_gshared (BinaryThresholdProcessor_1_tDA4C0F7395FDC02FA89DB30A2FCABA12B10E858B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); (( void (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m2C9EF213C6A55F79C66B253CB35521687BE3F822_gshared (BinaryThresholdProcessor_1_tDA4C0F7395FDC02FA89DB30A2FCABA12B10E858B * __this, ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 V_1; memset((&V_1), 0, sizeof(V_1)); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_5; L_5 = Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_8; L_8 = Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_8; NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_15 = ___source0; NullCheck((ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_15); Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * L_16; L_16 = (( Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * (*) (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_17 = V_1; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m51AD3EEBABE86412379835ACA5F0D12BCAFBAACC_inline((RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 *)(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *)L_16, (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_17, (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 *)(RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m357C1FB0B1123C1DB647F2E96C8D04305E745D15_gshared (BinaryThresholdProcessor_1_t7C47B730409F9403B20F75B291D033D5550B165F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); (( void (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m081214578B391FFE0FACC1AECCA9AA4EDB83C393_gshared (BinaryThresholdProcessor_1_t7C47B730409F9403B20F75B291D033D5550B165F * __this, ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB V_1; memset((&V_1), 0, sizeof(V_1)); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_5; L_5 = Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_8; L_8 = Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_8; NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_15 = ___source0; NullCheck((ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_15); Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * L_16; L_16 = (( Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * (*) (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_17 = V_1; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_mB05261254FD58055FDBDAFFFE1C5521C6B118305_inline((RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD *)(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD *)(&V_5), (int32_t)L_14, (Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *)L_16, (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_17, (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD *)(RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mC2EA0A95B0A358D9114656FE38BEF1FCB1A76718_gshared (BinaryThresholdProcessor_1_t4D2E8B68DA48E0EE2D6F69F22F2D5EF50B0BF634 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); (( void (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mF4B27FDEB651C6FF8DE124117321B86645721EE5_gshared (BinaryThresholdProcessor_1_t4D2E8B68DA48E0EE2D6F69F22F2D5EF50B0BF634 * __this, ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 V_1; memset((&V_1), 0, sizeof(V_1)); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_5; L_5 = Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_8; L_8 = Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_8; NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_15 = ___source0; NullCheck((ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_15); Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * L_16; L_16 = (( Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * (*) (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_17 = V_1; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m5E20696342D9D0E6151F5161E881FA928E28A0E8_inline((RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 *)(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *)L_16, (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_17, (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 *)(RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m14EC31BECEE4C8A0E96B6D85EB8E59BCD81760E6_gshared (BinaryThresholdProcessor_1_t1D7310B9C1C1F17C918509981A7FDCAE60FFCD71 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); (( void (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m6783C2690FF5F9BD1146A5B556AC6A5A78AA5C2B_gshared (BinaryThresholdProcessor_1_t1D7310B9C1C1F17C918509981A7FDCAE60FFCD71 * __this, ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F V_1; memset((&V_1), 0, sizeof(V_1)); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_5; L_5 = Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_8; L_8 = Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_8; NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_15 = ___source0; NullCheck((ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_15); Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * L_16; L_16 = (( Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * (*) (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_17 = V_1; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m14F1A59CAFD3D12E80500DD467C07F012CF4FED7_inline((RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 *)(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *)L_16, (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_17, (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 *)(RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m69FC846A9F3A1906CDD76BCB6006E92490148916_gshared (BinaryThresholdProcessor_1_t87EE16E6ACC5A079ED33196D69DD0E6A4C182F47 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); (( void (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mEA3AB0277CF8C09AF819C94FEC2E0F59D01FAB2A_gshared (BinaryThresholdProcessor_1_t87EE16E6ACC5A079ED33196D69DD0E6A4C182F47 * __this, ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC V_1; memset((&V_1), 0, sizeof(V_1)); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_5; L_5 = Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_8; L_8 = Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_8; NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_15 = ___source0; NullCheck((ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_15); Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * L_16; L_16 = (( Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * (*) (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_17 = V_1; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m3C902204D63FDC0C1FEDB4CAD65C712D997CD438_inline((RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 *)(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *)L_16, (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_17, (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 *)(RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mB672A05D2BEE01D3CC3302DE29BAF5244812A421_gshared (BinaryThresholdProcessor_1_tF169EA8B8DFEC4EDD0F5CD6F524503A56E29E49E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); (( void (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m2B87E6064BC695A450CC57CC06C65B3AB7D91555_gshared (BinaryThresholdProcessor_1_tF169EA8B8DFEC4EDD0F5CD6F524503A56E29E49E * __this, ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_1; memset((&V_1), 0, sizeof(V_1)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_5; L_5 = Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_8; L_8 = Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_8; NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_15 = ___source0; NullCheck((ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_15); Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * L_16; L_16 = (( Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * (*) (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_17 = V_1; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m43EEB2154C53EEBB50FE1658D1DE22B15949DABE_inline((RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF *)(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF *)(&V_5), (int32_t)L_14, (Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *)L_16, (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_17, (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF *)(RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m87885F8306CF426080669F46D824DB8E9E892CCF_gshared (BinaryThresholdProcessor_1_t29C0A0151322244D234005248CDD8271C8C76148 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); (( void (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mE21D132E89145A0E8E444E7DF8EB022E9C3A32DD_gshared (BinaryThresholdProcessor_1_t29C0A0151322244D234005248CDD8271C8C76148 * __this, ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F V_1; memset((&V_1), 0, sizeof(V_1)); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5; L_5 = Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_8; L_8 = Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_8; NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_15 = ___source0; NullCheck((ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_15); Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * L_16; L_16 = (( Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * (*) (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_17 = V_1; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m98660F404491A7DD45D13FD92D1ABBFCE62096C6_inline((RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 *)(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *)L_16, (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_17, (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 *)(RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_mDA9B11B7C5D47126C835C28A199B6AE0FF92FF90_gshared (BinaryThresholdProcessor_1_t91A7353187527ED305D8FF0372BE596C5A5A5BBC * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); (( void (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m8A8E6663FF2DE1321E59BA5BB42038A1F5FA3B49_gshared (BinaryThresholdProcessor_1_t91A7353187527ED305D8FF0372BE596C5A5A5BBC * __this, ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 V_1; memset((&V_1), 0, sizeof(V_1)); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_5; L_5 = Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_8; L_8 = Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_8; NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_15 = ___source0; NullCheck((ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_15); Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * L_16; L_16 = (( Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * (*) (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_17 = V_1; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_mE353F4408C8CEE7DAEDADE1853AD1FDEB328AB32_inline((RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 *)(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 *)(&V_5), (int32_t)L_14, (Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *)L_16, (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_17, (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 *)(RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m325DB61216E81F2033792DEC98C0D499E6E3824F_gshared (BinaryThresholdProcessor_1_t3F5CEABA60CA8E621FE048B08E9D64623729E203 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); (( void (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_mA364DA2F00C80C4252310A710A020A7B73F74A60_gshared (BinaryThresholdProcessor_1_t3F5CEABA60CA8E621FE048B08E9D64623729E203 * __this, ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 V_1; memset((&V_1), 0, sizeof(V_1)); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_5; L_5 = Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_8; L_8 = Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_8; NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_15 = ___source0; NullCheck((ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_15); Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * L_16; L_16 = (( Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * (*) (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_17 = V_1; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_m12DA4741AE996FE1D361FD7F7B27D2AA051C472C_inline((RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD *)(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD *)(&V_5), (int32_t)L_14, (Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *)L_16, (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_17, (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD *)(RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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.Binarization.BinaryThresholdProcessor`1::.ctor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1__ctor_m65245C263043443E24FAE347A59344669360EE63_gshared (BinaryThresholdProcessor_1_tDB483913735FC716117EB6DB84A408F4A9573AB8 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * ___definition1, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source2, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle3, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle3; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); (( void (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = ___definition1; __this->set_definition_3(L_3); return; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Binarization.BinaryThresholdProcessor`1::OnFrameApply(SixLabors.ImageSharp.ImageFrame`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryThresholdProcessor_1_OnFrameApply_m98ACE13BC8B7DC7F5F1A8D364D06286744323EA5_gshared (BinaryThresholdProcessor_1_tDB483913735FC716117EB6DB84A408F4A9573AB8 * __this, ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * ___source0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C V_1; memset((&V_1), 0, sizeof(V_1)); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C V_2; memset((&V_2), 0, sizeof(V_2)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * V_3 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_4; memset((&V_4), 0, sizeof(V_4)); RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 V_5; memset((&V_5), 0, sizeof(V_5)); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 V_6; memset((&V_6), 0, sizeof(V_6)); { BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_0 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0); float L_1; L_1 = BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_0, /*hidden argument*/NULL); float L_2; L_2 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_2); BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_3 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_4; L_4 = BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_3, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_4; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_5; L_5 = Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_1 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_5; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_6 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_7; L_7 = BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_6, /*hidden argument*/NULL); V_6 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 )L_7; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_8; L_8 = Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(&V_6), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_8; NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_9; L_9 = (( Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_10; L_10 = (( Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * (*) (ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_3 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_10; ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_11 = ___source0; NullCheck((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_12; L_12 = ImageFrame_Bounds_mE7C6179BB181694F0309DFC2FDACFF1C17423449((ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 *)L_11, /*hidden argument*/NULL); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_13; L_13 = Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_9, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_12, /*hidden argument*/NULL); V_4 = (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_13; int32_t L_14; L_14 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&V_4), /*hidden argument*/NULL); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_15 = ___source0; NullCheck((ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_15); Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * L_16; L_16 = (( Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * (*) (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_17 = V_1; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_18 = V_2; uint8_t L_19 = V_0; BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * L_20 = (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)__this->get_definition_3(); NullCheck((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20); int32_t L_21; L_21 = BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline((BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD *)L_20, /*hidden argument*/NULL); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_22 = V_3; RowOperation__ctor_mCB1ED7037EFEDAC9559578958FF6823809AB9098_inline((RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 *)(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 *)(&V_5), (int32_t)L_14, (Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *)L_16, (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_17, (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_18, (uint8_t)L_19, (int32_t)L_21, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_23 = V_3; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_24 = V_4; (( void (*) (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_23, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_24, (RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 *)(RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 *)(&V_5), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); 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 System.ComponentModel.BindingList`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1__ctor_m7E0BD03BB19C020DECD8792BE6E95A229FEE803B_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { __this->set_addNewPos_2((-1)); __this->set_raiseListChangedEvents_3((bool)1); __this->set_lastChangeIndex_9((-1)); __this->set_allowNew_10((bool)1); __this->set_allowEdit_11((bool)1); __this->set_allowRemove_12((bool)1); NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void System.ComponentModel.BindingList`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1__ctor_m1427DDFC979036483BCD7C645D4CF733873DC2DB_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { { __this->set_addNewPos_2((-1)); __this->set_raiseListChangedEvents_3((bool)1); __this->set_lastChangeIndex_9((-1)); __this->set_allowNew_10((bool)1); __this->set_allowEdit_11((bool)1); __this->set_allowRemove_12((bool)1); RuntimeObject* L_0 = ___list0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); return; } } // System.Void System.ComponentModel.BindingList`1::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_Initialize_mFF30D738B12BE78A84F2D8F03824C0094A67FD56_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set_allowNew_10(L_0); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); NullCheck((Type_t *)L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_2, (Type_t *)L_4); if (!L_5) { goto IL_005e; } } { __this->set_raiseItemChangedEvents_4((bool)1); NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject* L_6; L_6 = (( RuntimeObject* (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((RuntimeObject*)L_6); RuntimeObject* L_7; L_7 = 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_6); V_0 = (RuntimeObject*)L_7; } IL_003a: try {// begin try (depth: 1) { goto IL_004a; } IL_003c: { RuntimeObject* L_8 = V_0; NullCheck((RuntimeObject*)L_8); RuntimeObject * L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8), (RuntimeObject*)L_8); V_1 = (RuntimeObject *)L_9; RuntimeObject * L_10 = V_1; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); } IL_004a: { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_003c; } } IL_0052: { IL2CPP_LEAVE(0x5E, FINALLY_0054); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_005d; } } IL_0057: { RuntimeObject* L_14 = V_0; NullCheck((RuntimeObject*)L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_14); } IL_005d: { IL2CPP_END_FINALLY(84) } }// end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5E, IL_005e) } IL_005e: { return; } } // System.Boolean System.ComponentModel.BindingList`1::get_ItemTypeHasDefaultConstructor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_ItemTypeHasDefaultConstructor_mCF9CDA49BACA3983C60C904DB46AD6F4043AC538_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_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; } Type_t * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; 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 = (Type_t *)L_1; Type_t * L_2 = V_0; NullCheck((Type_t *)L_2); bool L_3; L_3 = Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3((Type_t *)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0015; } } { return (bool)1; } IL_0015: { Type_t * L_4 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck((Type_t *)L_4); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_6; L_6 = Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE((Type_t *)L_4, (int32_t)((int32_t)532), (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)L_5, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_7; L_7 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC((ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_6, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0032; } } { return (bool)1; } IL_0032: { return (bool)0; } } // System.Void System.ComponentModel.BindingList`1::add_AddingNew(System.ComponentModel.AddingNewEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_add_AddingNew_mAB7D007686BA71371806F354FAFF8B787DBE7D72_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * L_1 = (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)__this->get_onAddingNew_7(); AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * L_2 = ___value0; Delegate_t * L_3; L_3 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55((Delegate_t *)L_1, (Delegate_t *)L_2, /*hidden argument*/NULL); __this->set_onAddingNew_7(((AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)Castclass((RuntimeObject*)L_3, AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785_il2cpp_TypeInfo_var))); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_4; L_4 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); if ((((int32_t)L_0) == ((int32_t)L_4))) { goto IL_002d; } } { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); } IL_002d: { return; } } // System.Void System.ComponentModel.BindingList`1::remove_AddingNew(System.ComponentModel.AddingNewEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_remove_AddingNew_m0E3E4C08DAA81A1F9BBE23B3B59B398C76F898E5_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * L_1 = (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)__this->get_onAddingNew_7(); AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * L_2 = ___value0; Delegate_t * L_3; L_3 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4((Delegate_t *)L_1, (Delegate_t *)L_2, /*hidden argument*/NULL); __this->set_onAddingNew_7(((AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)Castclass((RuntimeObject*)L_3, AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785_il2cpp_TypeInfo_var))); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_4; L_4 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); if ((((int32_t)L_0) == ((int32_t)L_4))) { goto IL_002d; } } { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); } IL_002d: { return; } } // System.Void System.ComponentModel.BindingList`1::OnAddingNew(System.ComponentModel.AddingNewEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_OnAddingNew_m8643E6D0E955CD4C84F37DAFD5C8AEF13F1DB6AB_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * ___e0, const RuntimeMethod* method) { { AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * L_0 = (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)__this->get_onAddingNew_7(); if (!L_0) { goto IL_0015; } } { AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * L_1 = (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)__this->get_onAddingNew_7(); AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * L_2 = ___e0; NullCheck((AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)L_1); AddingNewEventHandler_Invoke_mEFFF44F57456600B12C3097200F7EB39F85DB861((AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)L_1, (RuntimeObject *)__this, (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *)L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Object System.ComponentModel.BindingList`1::FireAddingNew() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BindingList_1_FireAddingNew_m6797C4D6B125AD26A6DDBB66752C441604B26EEE_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * V_0 = NULL; { AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * L_0 = (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *)il2cpp_codegen_object_new(AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1_il2cpp_TypeInfo_var); AddingNewEventArgs__ctor_mF053581A8C0EE484FF7F55D140404C007E2D6785(L_0, (RuntimeObject *)NULL, /*hidden argument*/NULL); V_0 = (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *)L_0; AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * L_1 = V_0; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); VirtualActionInvoker1< AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * >::Invoke(59 /* System.Void System.ComponentModel.BindingList`1::OnAddingNew(System.ComponentModel.AddingNewEventArgs) */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *)L_1); AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * L_2 = V_0; NullCheck((AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *)L_2); RuntimeObject * L_3; L_3 = AddingNewEventArgs_get_NewObject_mD12902AD9EC1D2F1EB4661FAB1C89DB4CBE8BE5B_inline((AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *)L_2, /*hidden argument*/NULL); return (RuntimeObject *)L_3; } } // System.Void System.ComponentModel.BindingList`1::add_ListChanged(System.ComponentModel.ListChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_add_ListChanged_m89EFEE21014253728969225258EE7AD0F25A5BD0_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_0 = (ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)__this->get_onListChanged_8(); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_1 = ___value0; Delegate_t * L_2; L_2 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55((Delegate_t *)L_0, (Delegate_t *)L_1, /*hidden argument*/NULL); __this->set_onListChanged_8(((ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)Castclass((RuntimeObject*)L_2, ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var))); return; } } // System.Void System.ComponentModel.BindingList`1::remove_ListChanged(System.ComponentModel.ListChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_remove_ListChanged_m4FE2B4503887B2F5282026BA74502270D9801AEF_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_0 = (ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)__this->get_onListChanged_8(); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_1 = ___value0; Delegate_t * L_2; L_2 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4((Delegate_t *)L_0, (Delegate_t *)L_1, /*hidden argument*/NULL); __this->set_onListChanged_8(((ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)Castclass((RuntimeObject*)L_2, ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var))); return; } } // System.Void System.ComponentModel.BindingList`1::OnListChanged(System.ComponentModel.ListChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_OnListChanged_mF128069B3821051901A3B50D9AC42859293E337A_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * ___e0, const RuntimeMethod* method) { { ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_0 = (ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)__this->get_onListChanged_8(); if (!L_0) { goto IL_0015; } } { ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_1 = (ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)__this->get_onListChanged_8(); ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_2 = ___e0; NullCheck((ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)L_1); ListChangedEventHandler_Invoke_mCB66F80B04E100EAD3C72CC0A83B9DEF8148D0DC((ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)L_1, (RuntimeObject *)__this, (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Boolean System.ComponentModel.BindingList`1::get_RaiseListChangedEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_RaiseListChangedEvents_mFF5A838AE871646E67F6AC9A8F1ED7F34681761C_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_raiseListChangedEvents_3(); return (bool)L_0; } } // System.Void System.ComponentModel.BindingList`1::set_RaiseListChangedEvents(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_set_RaiseListChangedEvents_mB2D0F98439AC7B4A3956E1B20C62275C6B5823C2_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_raiseListChangedEvents_3(); bool L_1 = ___value0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0010; } } { bool L_2 = ___value0; __this->set_raiseListChangedEvents_3(L_2); } IL_0010: { return; } } // System.Void System.ComponentModel.BindingList`1::ResetBindings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_ResetBindings_m617F70DD36D9310D9B1FCD839F2E106D88D31FDF_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return; } } // System.Void System.ComponentModel.BindingList`1::ResetItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_ResetItem_mB191C6B50226AED8FECA46E1C0CE1644746A21CC_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, int32_t ___position0, const RuntimeMethod* method) { { int32_t L_0 = ___position0; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)4, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return; } } // System.Void System.ComponentModel.BindingList`1::FireListChanged(System.ComponentModel.ListChangedType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_FireListChanged_mBE2D851C3FD0454ACB53E88B9ABE130F4F869F69_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, int32_t ___type0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)__this->get_raiseListChangedEvents_3(); if (!L_0) { goto IL_0015; } } { int32_t L_1 = ___type0; int32_t L_2 = ___index1; ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_3 = (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)il2cpp_codegen_object_new(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m962F15947E5744DBEEC896D6DD22419796581BE3(L_3, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/NULL); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); VirtualActionInvoker1< ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * >::Invoke(60 /* System.Void System.ComponentModel.BindingList`1::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)L_3); } IL_0015: { return; } } // System.Void System.ComponentModel.BindingList`1::ClearItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_ClearItems_mF43311BF7074F8C971CF13ECC3CC2A96B6FA904B_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_addNewPos_2(); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); VirtualActionInvoker1< int32_t >::Invoke(62 /* System.Void System.ComponentModel.BindingList`1::EndNew(System.Int32) */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)L_0); bool L_1 = (bool)__this->get_raiseItemChangedEvents_4(); if (!L_1) { goto IL_0044; } } { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject* L_2; L_2 = (( RuntimeObject* (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = 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_2); V_0 = (RuntimeObject*)L_3; } IL_0020: try {// begin try (depth: 1) { goto IL_0030; } IL_0022: { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8), (RuntimeObject*)L_4); V_1 = (RuntimeObject *)L_5; RuntimeObject * L_6 = V_1; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); } IL_0030: { RuntimeObject* L_7 = V_0; NullCheck((RuntimeObject*)L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_0022; } } IL_0038: { IL2CPP_LEAVE(0x44, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; if (!L_9) { goto IL_0043; } } IL_003d: { RuntimeObject* L_10 = V_0; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_0043: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return; } } // System.Void System.ComponentModel.BindingList`1::InsertItem(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_InsertItem_m748859539755BCB329811551542AFA88DA572E26_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_addNewPos_2(); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); VirtualActionInvoker1< int32_t >::Invoke(62 /* System.Void System.ComponentModel.BindingList`1::EndNew(System.Int32) */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)L_0); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___item1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); bool L_3 = (bool)__this->get_raiseItemChangedEvents_4(); if (!L_3) { goto IL_0023; } } { RuntimeObject * L_4 = ___item1; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); } IL_0023: { int32_t L_5 = ___index0; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)1, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return; } } // System.Void System.ComponentModel.BindingList`1::RemoveItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_RemoveItem_m1BC82E4DA144FDF09CB7DD99EA68BC89E8D5FB72_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, int32_t ___index0, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_allowRemove_12(); if (L_0) { goto IL_0020; } } { int32_t L_1 = (int32_t)__this->get_addNewPos_2(); if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_001a; } } { int32_t L_2 = (int32_t)__this->get_addNewPos_2(); int32_t L_3 = ___index0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0020; } } IL_001a: { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_4 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingList_1_RemoveItem_m1BC82E4DA144FDF09CB7DD99EA68BC89E8D5FB72_RuntimeMethod_var))); } IL_0020: { int32_t L_5 = (int32_t)__this->get_addNewPos_2(); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); VirtualActionInvoker1< int32_t >::Invoke(62 /* System.Void System.ComponentModel.BindingList`1::EndNew(System.Int32) */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)L_5); bool L_6 = (bool)__this->get_raiseItemChangedEvents_4(); if (!L_6) { goto IL_0041; } } { int32_t L_7 = ___index0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject * L_8; L_8 = (( RuntimeObject * (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); } IL_0041: { int32_t L_9 = ___index0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); int32_t L_10 = ___index0; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)2, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return; } } // System.Void System.ComponentModel.BindingList`1::SetItem(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_SetItem_m8241FEF8BC340985F88C6C105A481E8AC5B6363C_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_raiseItemChangedEvents_4(); if (!L_0) { goto IL_0015; } } { int32_t L_1 = ___index0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject * L_2; L_2 = (( RuntimeObject * (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); } IL_0015: { int32_t L_3 = ___index0; RuntimeObject * L_4 = ___item1; 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 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)); bool L_5 = (bool)__this->get_raiseItemChangedEvents_4(); if (!L_5) { goto IL_002c; } } { RuntimeObject * L_6 = ___item1; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); } IL_002c: { int32_t L_7 = ___index0; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)4, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return; } } // System.Void System.ComponentModel.BindingList`1::CancelNew(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_CancelNew_m8AB9F09F48ED088588EF3BAF00798D1C54A78E6B_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, int32_t ___itemIndex0, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_addNewPos_2(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0025; } } { int32_t L_1 = (int32_t)__this->get_addNewPos_2(); int32_t L_2 = ___itemIndex0; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0025; } } { int32_t L_3 = (int32_t)__this->get_addNewPos_2(); 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_3); __this->set_addNewPos_2((-1)); } IL_0025: { return; } } // System.Void System.ComponentModel.BindingList`1::EndNew(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_EndNew_m26C076C42735833588A28EBD995E606983BA1105_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, int32_t ___itemIndex0, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_addNewPos_2(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0019; } } { int32_t L_1 = (int32_t)__this->get_addNewPos_2(); int32_t L_2 = ___itemIndex0; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0019; } } { __this->set_addNewPos_2((-1)); } IL_0019: { return; } } // T System.ComponentModel.BindingList`1::AddNew() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BindingList_1_AddNew_mF4E8D41E94AAAA872B886E3E1D210CD6359FE438_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBindingList_t9B4129153E26A49DB87AEA0C4B3C4C64520F78E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject*)__this); RuntimeObject * L_0; L_0 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.ComponentModel.IBindingList::AddNew() */, IBindingList_t9B4129153E26A49DB87AEA0C4B3C4C64520F78E0_il2cpp_TypeInfo_var, (RuntimeObject*)__this); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 21))); } } // System.Object System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.AddNew() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BindingList_1_System_ComponentModel_IBindingList_AddNew_mEAA84347FB5E6E3EAE6CB840550EA92E8C8FE3F0_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * G_B2_0 = NULL; BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * G_B1_0 = NULL; int32_t G_B3_0 = 0; BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * G_B3_1 = NULL; { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); RuntimeObject * L_0; L_0 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(63 /* System.Object System.ComponentModel.BindingList`1::AddNewCore() */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; G_B1_0 = ((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)(__this)); if (L_1) { G_B2_0 = ((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)(__this)); goto IL_000e; } } { G_B3_0 = (-1); G_B3_1 = ((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)(G_B1_0)); goto IL_001a; } IL_000e: { RuntimeObject * L_2 = V_0; 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, 23)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 21))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)); G_B3_0 = L_3; G_B3_1 = ((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)(G_B2_0)); } IL_001a: { NullCheck(G_B3_1); G_B3_1->set_addNewPos_2(G_B3_0); RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // System.Boolean System.ComponentModel.BindingList`1::get_AddingNewHandled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_AddingNewHandled_m03B8634242B6395F646F1A419530EF9E92F74DD6_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * L_0 = (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)__this->get_onAddingNew_7(); if (!L_0) { goto IL_0018; } } { AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * L_1 = (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 *)__this->get_onAddingNew_7(); NullCheck((Delegate_t *)L_1); DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* L_2; L_2 = VirtualFuncInvoker0< DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* >::Invoke(9 /* System.Delegate[] System.Delegate::GetInvocationList() */, (Delegate_t *)L_1); NullCheck(L_2); return (bool)((!(((uint32_t)(((RuntimeArray*)L_2)->max_length)) <= ((uint32_t)0)))? 1 : 0); } IL_0018: { return (bool)0; } } // System.Object System.ComponentModel.BindingList`1::AddNewCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BindingList_1_AddNewCore_m69C09D1EDFC00A07641710BB3E8CA81FA6097F7C_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, 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; } RuntimeObject * V_0 = NULL; { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); RuntimeObject * L_0; L_0 = (( RuntimeObject * (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; if (L_1) { goto IL_001a; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; 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); RuntimeObject * L_4; L_4 = SecurityUtils_SecureCreateInstance_m695DFC54D65143549A28688268441C425836F8F7((Type_t *)L_3, /*hidden argument*/NULL); V_0 = (RuntimeObject *)L_4; } IL_001a: { RuntimeObject * L_5 = V_0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); (( void (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 21))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)); RuntimeObject * L_6 = V_0; return (RuntimeObject *)L_6; } } // System.Boolean System.ComponentModel.BindingList`1::get_AllowNew() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_AllowNew_m920169EF659FDAC07643933AD58FBF305B00D104_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_userSetAllowNew_13(); if (L_0) { goto IL_0010; } } { bool L_1 = (bool)__this->get_allowNew_10(); if (!L_1) { goto IL_0017; } } IL_0010: { bool L_2 = (bool)__this->get_allowNew_10(); return (bool)L_2; } IL_0017: { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_3; L_3 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); return (bool)L_3; } } // System.Void System.ComponentModel.BindingList`1::set_AllowNew(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_set_AllowNew_mA447E7F4FDCB6EB0990A32F1F40D5A4DA022856F_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, bool ___value0, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); __this->set_userSetAllowNew_13((bool)1); bool L_1 = ___value0; __this->set_allowNew_10(L_1); bool L_2 = ___value0; if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001f; } } { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); } IL_001f: { return; } } // System.Boolean System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_AllowNew() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_System_ComponentModel_IBindingList_get_AllowNew_m5AA35CD04D5E87826629A5FD05F063E08B737362_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); return (bool)L_0; } } // System.Boolean System.ComponentModel.BindingList`1::get_AllowEdit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_AllowEdit_m214A88348AE4B1517CA1FBE9684729404A81A137_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_allowEdit_11(); return (bool)L_0; } } // System.Void System.ComponentModel.BindingList`1::set_AllowEdit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_set_AllowEdit_m3DA594A4E16E3F5455E892E434C5827A52CF0373_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_allowEdit_11(); bool L_1 = ___value0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0018; } } { bool L_2 = ___value0; __this->set_allowEdit_11(L_2); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); } IL_0018: { return; } } // System.Boolean System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_AllowEdit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_System_ComponentModel_IBindingList_get_AllowEdit_m1AA6DB86479518ADA9C4C94869AA5DFF97E63DF9_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)); return (bool)L_0; } } // System.Boolean System.ComponentModel.BindingList`1::get_AllowRemove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_AllowRemove_mFECD12C88F7EC719F3E8A58983AD52C9C9149426_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_allowRemove_12(); return (bool)L_0; } } // System.Void System.ComponentModel.BindingList`1::set_AllowRemove(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_set_AllowRemove_mD72782A9CC8FAE07DDDB7890C1EDEEF52DC054D7_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_allowRemove_12(); bool L_1 = ___value0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0018; } } { bool L_2 = ___value0; __this->set_allowRemove_12(L_2); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); } IL_0018: { return; } } // System.Boolean System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_AllowRemove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_System_ComponentModel_IBindingList_get_AllowRemove_m47B63C691E3E0C9EAB4B6EFE874229965E7DC96D_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)); return (bool)L_0; } } // System.Boolean System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_SupportsChangeNotification() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_System_ComponentModel_IBindingList_get_SupportsChangeNotification_m4486D955B1DC38104986262CF815BBDF5E46107B_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(64 /* System.Boolean System.ComponentModel.BindingList`1::get_SupportsChangeNotificationCore() */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); return (bool)L_0; } } // System.Boolean System.ComponentModel.BindingList`1::get_SupportsChangeNotificationCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_SupportsChangeNotificationCore_m29BF1C2E582DB5E1A6EBD3F033E558F60B5BD273_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_SupportsSearching() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_System_ComponentModel_IBindingList_get_SupportsSearching_mCB775CEF60D1E0561C4C9C0659B41D2267386B1D_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(65 /* System.Boolean System.ComponentModel.BindingList`1::get_SupportsSearchingCore() */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); return (bool)L_0; } } // System.Boolean System.ComponentModel.BindingList`1::get_SupportsSearchingCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_SupportsSearchingCore_m9558AD6A9333B6876600A1CECB72713B0FC7B434_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_SupportsSorting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_System_ComponentModel_IBindingList_get_SupportsSorting_mF020D402F1ED93D9473634B189B67F85A7217A15_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(66 /* System.Boolean System.ComponentModel.BindingList`1::get_SupportsSortingCore() */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); return (bool)L_0; } } // System.Boolean System.ComponentModel.BindingList`1::get_SupportsSortingCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_SupportsSortingCore_m83660E1E8FBDD0C742F9D92405E7ECC8BF359820_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_IsSorted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_System_ComponentModel_IBindingList_get_IsSorted_mE391BF3D51D466F7DB4A17CEF9366A885034388A_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(67 /* System.Boolean System.ComponentModel.BindingList`1::get_IsSortedCore() */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); return (bool)L_0; } } // System.Boolean System.ComponentModel.BindingList`1::get_IsSortedCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_get_IsSortedCore_mAE2DE2D03987A738A295AAA4C2C452F0EBF38918_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_SortProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * BindingList_1_System_ComponentModel_IBindingList_get_SortProperty_mC5CA019C2AF2250452AEBBB13017C0814DD903AC_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0; L_0 = VirtualFuncInvoker0< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * >::Invoke(68 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1::get_SortPropertyCore() */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_0; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.BindingList`1::get_SortPropertyCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * BindingList_1_get_SortPropertyCore_m8D34979EA17FBE4693B5D54FBB4E6E9897CAA829_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; } } // System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.get_SortDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingList_1_System_ComponentModel_IBindingList_get_SortDirection_mD00E76A964466913D4E0C63703243292F0A21AE4_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(69 /* System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1::get_SortDirectionCore() */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); return (int32_t)L_0; } } // System.ComponentModel.ListSortDirection System.ComponentModel.BindingList`1::get_SortDirectionCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingList_1_get_SortDirectionCore_mBDD3A666C855CA48CF23904A7A229609047E75D4_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Void System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_System_ComponentModel_IBindingList_ApplySort_m2AA5028A9D871C11626E913359FE1DEAF2BB311B_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___prop0, int32_t ___direction1, const RuntimeMethod* method) { { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0 = ___prop0; int32_t L_1 = ___direction1; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); VirtualActionInvoker2< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, int32_t >::Invoke(70 /* System.Void System.ComponentModel.BindingList`1::ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_0, (int32_t)L_1); return; } } // System.Void System.ComponentModel.BindingList`1::ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_ApplySortCore_mB441E61952C38967B6A2BF6B14D7CF280176575F_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___prop0, int32_t ___direction1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingList_1_ApplySortCore_mB441E61952C38967B6A2BF6B14D7CF280176575F_RuntimeMethod_var))); } } // System.Void System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.RemoveSort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_System_ComponentModel_IBindingList_RemoveSort_m35B8C43A762013B99F95BBD250BB3C9EB72405B5_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); VirtualActionInvoker0::Invoke(71 /* System.Void System.ComponentModel.BindingList`1::RemoveSortCore() */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); return; } } // System.Void System.ComponentModel.BindingList`1::RemoveSortCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_RemoveSortCore_m228BCBAE9C46E144045C09C0EBF6C304559C634E_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingList_1_RemoveSortCore_m228BCBAE9C46E144045C09C0EBF6C304559C634E_RuntimeMethod_var))); } } // System.Int32 System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingList_1_System_ComponentModel_IBindingList_Find_m1FD7DCF1E3E871A3DB76D7548E4AC4C6E7E5AC43_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___prop0, RuntimeObject * ___key1, const RuntimeMethod* method) { { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0 = ___prop0; RuntimeObject * L_1 = ___key1; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); int32_t L_2; L_2 = VirtualFuncInvoker2< int32_t, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, RuntimeObject * >::Invoke(72 /* System.Int32 System.ComponentModel.BindingList`1::FindCore(System.ComponentModel.PropertyDescriptor,System.Object) */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_0, (RuntimeObject *)L_1); return (int32_t)L_2; } } // System.Int32 System.ComponentModel.BindingList`1::FindCore(System.ComponentModel.PropertyDescriptor,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingList_1_FindCore_mEA383AEEC8B3EE68ECB0B3FF76E6AF7283838F1B_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___prop0, RuntimeObject * ___key1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingList_1_FindCore_mEA383AEEC8B3EE68ECB0B3FF76E6AF7283838F1B_RuntimeMethod_var))); } } // System.Void System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_System_ComponentModel_IBindingList_AddIndex_m716375596DE5CB2DAEB1C42040608DD3F384486D_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___prop0, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.BindingList`1::System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_System_ComponentModel_IBindingList_RemoveIndex_m87A3C960276D7F8ECA4566001E109F29A98F20BE_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___prop0, const RuntimeMethod* method) { { return; } } // System.Void System.ComponentModel.BindingList`1::HookPropertyChanged(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_HookPropertyChanged_mB0A6F909CA3796732F8B93A3D6D42B5532BD1F04_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = ___item0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0035; } } { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_2 = (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)__this->get_propertyChangedEventHandler_6(); if (L_2) { goto IL_0029; } } { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_3 = (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)il2cpp_codegen_object_new(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var); PropertyChangedEventHandler__ctor_m09E1DEFF4AE926B1D9EECA15D8BFF32E41EEF307(L_3, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 38)), /*hidden argument*/NULL); __this->set_propertyChangedEventHandler_6(L_3); } IL_0029: { RuntimeObject* L_4 = V_0; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_5 = (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)__this->get_propertyChangedEventHandler_6(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker1< PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * >::Invoke(0 /* System.Void System.ComponentModel.INotifyPropertyChanged::add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler) */, INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)L_5); } IL_0035: { return; } } // System.Void System.ComponentModel.BindingList`1::UnhookPropertyChanged(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_UnhookPropertyChanged_m3F1CEB49C9A4BAD609AF57B1C367BAACD66E58F4_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = ___item0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0023; } } { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_2 = (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)__this->get_propertyChangedEventHandler_6(); if (!L_2) { goto IL_0023; } } { RuntimeObject* L_3 = V_0; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_4 = (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)__this->get_propertyChangedEventHandler_6(); NullCheck((RuntimeObject*)L_3); InterfaceActionInvoker1< PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * >::Invoke(1 /* System.Void System.ComponentModel.INotifyPropertyChanged::remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler) */, INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)L_4); } IL_0023: { return; } } // System.Void System.ComponentModel.BindingList`1::Child_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingList_1_Child_PropertyChanged_m2992B8532A0475852F051C3F79F70F2C594E277C_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, RuntimeObject * ___sender0, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_3 = NULL; ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); bool L_0; L_0 = (( bool (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 39)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 39)); if (!L_0) { goto IL_00cf; } } { RuntimeObject * L_1 = ___sender0; if (!L_1) { goto IL_001e; } } { PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * L_2 = ___e1; if (!L_2) { goto IL_001e; } } { PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * L_3 = ___e1; NullCheck((PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *)L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.PropertyChangedEventArgs::get_PropertyName() */, (PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *)L_3); bool L_5; L_5 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C((String_t*)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } IL_001e: { NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)); return; } IL_0025: { } IL_0026: try {// begin try (depth: 1) RuntimeObject * L_6 = ___sender0; V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 21))); goto IL_003b; }// 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_002f; } throw e; } CATCH_002f: {// begin catch(System.InvalidCastException) NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00cf; }// end catch (depth: 1) IL_003b: { int32_t L_7 = (int32_t)__this->get_lastChangeIndex_9(); V_1 = (int32_t)L_7; int32_t L_8 = V_1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_006c; } } { int32_t L_9 = V_1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); int32_t L_10; L_10 = (( int32_t (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 41)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 41)); if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_006c; } } { int32_t L_11 = V_1; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); RuntimeObject * L_12; L_12 = (( RuntimeObject * (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); V_2 = (RuntimeObject *)L_12; RuntimeObject * L_13 = V_0; NullCheck((RuntimeObject *)(V_2)); bool L_14; L_14 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(V_2), (RuntimeObject *)L_13); if (L_14) { goto IL_007b; } } IL_006c: { RuntimeObject * L_15 = V_0; NullCheck((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this); int32_t L_16; L_16 = (( int32_t (*) (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)->methodPointer)((Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 *)__this, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)); V_1 = (int32_t)L_16; int32_t L_17 = V_1; __this->set_lastChangeIndex_9(L_17); } IL_007b: { int32_t L_18 = V_1; if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_008d; } } { RuntimeObject * L_19 = V_0; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (RuntimeObject *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); (( void (*) (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)->methodPointer)((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)); return; } IL_008d: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_20 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)__this->get_itemTypeProperties_5(); if (L_20) { goto IL_00aa; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 5)) }; 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); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_23; L_23 = TypeDescriptor_GetProperties_mC47CC67D75263894657B573C452DFC4AA3F56276((Type_t *)L_22, /*hidden argument*/NULL); __this->set_itemTypeProperties_5(L_23); } IL_00aa: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_24 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)__this->get_itemTypeProperties_5(); PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * L_25 = ___e1; NullCheck((PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *)L_25); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.PropertyChangedEventArgs::get_PropertyName() */, (PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *)L_25); NullCheck((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)L_24); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_27; L_27 = VirtualFuncInvoker2< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, String_t*, bool >::Invoke(33 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) */, (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)L_24, (String_t*)L_26, (bool)1); V_3 = (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_27; int32_t L_28 = V_1; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_29 = V_3; ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_30 = (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)il2cpp_codegen_object_new(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_mC8A564D443E6E8F75066D33BB109CADB1265795E(L_30, (int32_t)4, (int32_t)L_28, (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_29, /*hidden argument*/NULL); V_4 = (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)L_30; ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_31 = V_4; NullCheck((BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this); VirtualActionInvoker1< ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * >::Invoke(60 /* System.Void System.ComponentModel.BindingList`1::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 *)__this, (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)L_31); } IL_00cf: { return; } } // System.Boolean System.ComponentModel.BindingList`1::System.ComponentModel.IRaiseItemChangedEvents.get_RaisesItemChangedEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingList_1_System_ComponentModel_IRaiseItemChangedEvents_get_RaisesItemChangedEvents_mBEB3829FADDE2A9146353F55A7D79B982E527A82_gshared (BindingList_1_t2977CC992FA5A305A2FF50851FCDF2BE88842377 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_raiseItemChangedEvents_4(); return (bool)L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mE2F3789D50CA4B494AE9899BA38D8A6A848DB0D9_gshared (BlackIsZero16TiffColor_1_t2A4D1BC9B320F1FC59206AE174885A9EFC4624C1 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t918FD6CD48CDBC0980625514C46FB810D5E7C196 *)__this); (( void (*) (TiffBaseColorDecoder_1_t918FD6CD48CDBC0980625514C46FB810D5E7C196 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t918FD6CD48CDBC0980625514C46FB810D5E7C196 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_mB334B42B51E200A171E045C8E8CF74DD4C839092_gshared (BlackIsZero16TiffColor_1_t2A4D1BC9B320F1FC59206AE174885A9EFC4624C1 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_3); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_5; L_5 = (( Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_8; L_8 = Span_1_Slice_mDB399EE2FB990BAA7FD043B01FDF4438531C90AB_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_15; L_15 = Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_18 = V_1; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_19; L_19 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_mFE8C56CCFBD981B4DA0A6D32380029195FFB8745_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_mFE8C56CCFBD981B4DA0A6D32380029195FFB8745_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * L_24; L_24 = (( PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_mFE8C56CCFBD981B4DA0A6D32380029195FFB8745_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *)L_24); (( void (*) (PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tB5BC8C8410FF73F96A8DDAF66A7CEA18D4E354C8 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m9BB91C04502720C2E7C84F61E1736AD211DF3266_gshared (BlackIsZero16TiffColor_1_tB7403CD6EAA46FB635E2C18BA5CA1D417B486099 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_tE851D4FE006300E0B4C8AE9B48D8896CB73E4E63 *)__this); (( void (*) (TiffBaseColorDecoder_1_tE851D4FE006300E0B4C8AE9B48D8896CB73E4E63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_tE851D4FE006300E0B4C8AE9B48D8896CB73E4E63 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m9CB9C78D27654CF2DEE365A6D569B8C4E6E9DE63_gshared (BlackIsZero16TiffColor_1_tB7403CD6EAA46FB635E2C18BA5CA1D417B486099 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); Abgr32_FromScaledVector4_mD360ED86AD6BFA982FCDEF963FE4540E2F1BAB65_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_3); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_5; L_5 = (( Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_8; L_8 = Span_1_Slice_mE1B86AC5E6745C7CB777D78EE00094E071266DC3_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_15; L_15 = Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_18 = V_1; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_19; L_19 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m176CEAEB6386CCA2EF095FC9735B37322BF9A045_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m176CEAEB6386CCA2EF095FC9735B37322BF9A045_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * L_24; L_24 = (( PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m176CEAEB6386CCA2EF095FC9735B37322BF9A045_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *)L_24); (( void (*) (PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t4E3FFD0AB93861B969D290817D04ACD4705CA67C *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mCB2EEE9AC2B4128733DB5CA908094466B5BDAEE6_gshared (BlackIsZero16TiffColor_1_t15FC775B71D161A08842933639D56D5A040F23F2 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t4CEB11609E3A1664646FF4C1C04F0F4259F978BA *)__this); (( void (*) (TiffBaseColorDecoder_1_t4CEB11609E3A1664646FF4C1C04F0F4259F978BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t4CEB11609E3A1664646FF4C1C04F0F4259F978BA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_mB85F4EC95DEB093859BEAF1662B9FED7381F0735_gshared (BlackIsZero16TiffColor_1_t15FC775B71D161A08842933639D56D5A040F23F2 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); Argb32_FromScaledVector4_m8CEFC9290F734BC843C4EDAED2CAE9E6831E28EA_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_3); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_5; L_5 = (( Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_8; L_8 = Span_1_Slice_m2ACA2A233351B483E8415BA6F76F534DCA805C1E_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_15; L_15 = Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_18 = V_1; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_19; L_19 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m50431E7E1553BC6AF36A1E2F862C84410EE4CF9F_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m50431E7E1553BC6AF36A1E2F862C84410EE4CF9F_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * L_24; L_24 = (( PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m50431E7E1553BC6AF36A1E2F862C84410EE4CF9F_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *)L_24); (( void (*) (PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t759F79F84C5C1C82562E1B5ADCF15EF64712D01A *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mC4027AD1A48F0DFE52E1D4EC53B8B43DCCFE7864_gshared (BlackIsZero16TiffColor_1_t2DF89248A7918A8DBA186FABC2D2F1D9B94FF473 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t3FE98C890282FDAEF7943D75EBBE4341CD055B29 *)__this); (( void (*) (TiffBaseColorDecoder_1_t3FE98C890282FDAEF7943D75EBBE4341CD055B29 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t3FE98C890282FDAEF7943D75EBBE4341CD055B29 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m89EAA6BB5E4919F89A719AD743B6749BD1695A7B_gshared (BlackIsZero16TiffColor_1_t2DF89248A7918A8DBA186FABC2D2F1D9B94FF473 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); Bgr24_FromScaledVector4_m6029FBEA40DEC6DB9E73394AAA8A24FE3CDFE4A8_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_3); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_5; L_5 = (( Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_8; L_8 = Span_1_Slice_m8A94A2281F04E4BAFB1CA855AC3B3AD5E7FB1F46_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_15; L_15 = Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_18 = V_1; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_19; L_19 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m1B94661F3D26F37AD88E2F80DA6E5605E7BFC53D_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m1B94661F3D26F37AD88E2F80DA6E5605E7BFC53D_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * L_24; L_24 = (( PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m1B94661F3D26F37AD88E2F80DA6E5605E7BFC53D_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *)L_24); (( void (*) (PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t170ECFBA46EE694243E6759A4239C43F8A844D6E *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m0549B6D7C6539231D9B8CB602F50D9724AF6EAD0_gshared (BlackIsZero16TiffColor_1_t772C5618BCA7C81D2618B9325ACEA9A8B5343AE0 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_tF5626A0B24BD39A47E286B31EDCEAC5822C46911 *)__this); (( void (*) (TiffBaseColorDecoder_1_tF5626A0B24BD39A47E286B31EDCEAC5822C46911 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_tF5626A0B24BD39A47E286B31EDCEAC5822C46911 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m720F4DED5E7BDE7694FAA81B13BBB5586B29920D_gshared (BlackIsZero16TiffColor_1_t772C5618BCA7C81D2618B9325ACEA9A8B5343AE0 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_3); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_5; L_5 = (( Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_8; L_8 = Span_1_Slice_mADEBB15CAD1264E0C2B47FF28F04D8F6558D9173_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_15; L_15 = Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_18 = V_1; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_19; L_19 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m28E34573899865E5FF23BA9F875011C389D230B9_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m28E34573899865E5FF23BA9F875011C389D230B9_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * L_24; L_24 = (( PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m28E34573899865E5FF23BA9F875011C389D230B9_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *)L_24); (( void (*) (PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t4B9F8798FFCFB66DDCE1C554E2C056AA4E1518EA *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m145A535A04754B6A09EF0866097AFD7E77F1D2C6_gshared (BlackIsZero16TiffColor_1_t4C4564645FE5C5C91E18BC7E5E740957F4715B2D * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t7A6BF924256AEC483C9F0C20CDE918BA71D0DF01 *)__this); (( void (*) (TiffBaseColorDecoder_1_t7A6BF924256AEC483C9F0C20CDE918BA71D0DF01 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t7A6BF924256AEC483C9F0C20CDE918BA71D0DF01 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m5A9EC667260D223B17E38777E59B934E730CC8B5_gshared (BlackIsZero16TiffColor_1_t4C4564645FE5C5C91E18BC7E5E740957F4715B2D * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tC089F74404A3C46975952EE686EC533667BB207F V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tC089F74404A3C46975952EE686EC533667BB207F V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); Bgra32_FromScaledVector4_m6D737715051E3C00A46B1DCC70E5C20F4886390F_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_3); Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_5; L_5 = (( Span_1_tC089F74404A3C46975952EE686EC533667BB207F (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_8; L_8 = Span_1_Slice_m25DF8A7217E853F02CEAC159C9AF0A23CC3FB59A_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_15; L_15 = Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_18 = V_1; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_19; L_19 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m3C15B7205B75185293799F05ECB2ADC40B57B176_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m3C15B7205B75185293799F05ECB2ADC40B57B176_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * L_24; L_24 = (( PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m3C15B7205B75185293799F05ECB2ADC40B57B176_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *)L_24); (( void (*) (PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tC089F74404A3C46975952EE686EC533667BB207F , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t057CF3540580ECBC8DE8CF4E813D5E8D6002B2A7 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mE3D1AFB68881EAE4B6ECDA2FCF0BB35C5670E31D_gshared (BlackIsZero16TiffColor_1_t9C715E54943A6766AE21EFB6CE343E4431428A6E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t857BAAF3FCC1EC92838126EA9F182DB634A0EE30 *)__this); (( void (*) (TiffBaseColorDecoder_1_t857BAAF3FCC1EC92838126EA9F182DB634A0EE30 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t857BAAF3FCC1EC92838126EA9F182DB634A0EE30 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m2E0E0A01DE5C91D1E4BECDFB796BC0C06A670902_gshared (BlackIsZero16TiffColor_1_t9C715E54943A6766AE21EFB6CE343E4431428A6E * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_3); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_5; L_5 = (( Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_8; L_8 = Span_1_Slice_mC1FB5AB9AA0CBB33516FA064BCA4A6B0CFDAA801_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_15; L_15 = Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_18 = V_1; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_19; L_19 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m6496F41590AC0C4BF7831B35A850B01AE07B2B24_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m6496F41590AC0C4BF7831B35A850B01AE07B2B24_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * L_24; L_24 = (( PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m6496F41590AC0C4BF7831B35A850B01AE07B2B24_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *)L_24); (( void (*) (PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tB78A0B6E82623583CD9F7D0F0800E6B764A09EBE *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mD80C4F0A5C5F36405B127505AEDC0D46F66DEBE4_gshared (BlackIsZero16TiffColor_1_tBCBB4508EDAD05678B1380FC215D7FE39E876F9B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t8641CF3451024EEF0A918103E131F5E1FF90E24D *)__this); (( void (*) (TiffBaseColorDecoder_1_t8641CF3451024EEF0A918103E131F5E1FF90E24D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t8641CF3451024EEF0A918103E131F5E1FF90E24D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m831EBBF0FDC80703C9CC25A19470780044DD4BE7_gshared (BlackIsZero16TiffColor_1_tBCBB4508EDAD05678B1380FC215D7FE39E876F9B * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_3); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_5; L_5 = (( Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_8; L_8 = Span_1_Slice_m13D14E709EA262FF40F2ECAE18849E4FB39822A9_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_15; L_15 = Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_18 = V_1; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_19; L_19 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m04F37EB3E2A2D9969A42BD57D365DE1C4FE25AE4_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m04F37EB3E2A2D9969A42BD57D365DE1C4FE25AE4_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * L_24; L_24 = (( PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m04F37EB3E2A2D9969A42BD57D365DE1C4FE25AE4_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *)L_24); (( void (*) (PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t2F5415D029C1F963CFB2FF5E018F1CB85D986967 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m3E5181F061FECDC0E824FCD328EB656682782CF6_gshared (BlackIsZero16TiffColor_1_t8C0E83E98D3B6F716817284A80C71B61CD3697B0 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t15C72D255011DDD6F239C9B0EB31BBDA063D7EC7 *)__this); (( void (*) (TiffBaseColorDecoder_1_t15C72D255011DDD6F239C9B0EB31BBDA063D7EC7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t15C72D255011DDD6F239C9B0EB31BBDA063D7EC7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m2ADAF33C4DD881D1DB1FFC82E2EB3573BC12729C_gshared (BlackIsZero16TiffColor_1_t8C0E83E98D3B6F716817284A80C71B61CD3697B0 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_3); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_5; L_5 = (( Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_8; L_8 = Span_1_Slice_mECB3E6139C140F6ECA83F51E0697F4E26768B2CD_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_15; L_15 = Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_18 = V_1; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_19; L_19 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_mBF65F19E1B312F3E3ECB0B334104437C5654DAA3_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_mBF65F19E1B312F3E3ECB0B334104437C5654DAA3_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * L_24; L_24 = (( PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_mBF65F19E1B312F3E3ECB0B334104437C5654DAA3_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *)L_24); (( void (*) (PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t2B64B38A538026E2B2CFFF9B5FAC02498C3ED505 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m51A06071375B7EE6B760BC203088CA839BF486BE_gshared (BlackIsZero16TiffColor_1_tF7B9ED02AA5A1CA71F19A667A92E512ACFCBB45B * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_tECA698BDF54F0695DAED39B407AAACF3B2D9DBB3 *)__this); (( void (*) (TiffBaseColorDecoder_1_tECA698BDF54F0695DAED39B407AAACF3B2D9DBB3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_tECA698BDF54F0695DAED39B407AAACF3B2D9DBB3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m6FDB1B5E712F12DB51977679B32B310714F29B91_gshared (BlackIsZero16TiffColor_1_tF7B9ED02AA5A1CA71F19A667A92E512ACFCBB45B * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_3); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_5; L_5 = (( Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_8; L_8 = Span_1_Slice_mEF45C76BF20A056622F9BAC0B4E9A4BFE017A462_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_15; L_15 = Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_18 = V_1; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_19; L_19 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m221D13FF2451AA8A8B82F45C6B7574939AF086A1_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m221D13FF2451AA8A8B82F45C6B7574939AF086A1_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * L_24; L_24 = (( PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m221D13FF2451AA8A8B82F45C6B7574939AF086A1_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *)L_24); (( void (*) (PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t350144E106A57902E55EACC67E6742FE05D1B3A6 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m03EFA0B27B32B126D5B51BE9315070729A9FE1C7_gshared (BlackIsZero16TiffColor_1_t1F038C002BC4D6E0723BACD7D96EC87A91C272A7 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_tC5E79B2686F0670AA1255C25C9F091E8E1511274 *)__this); (( void (*) (TiffBaseColorDecoder_1_tC5E79B2686F0670AA1255C25C9F091E8E1511274 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_tC5E79B2686F0670AA1255C25C9F091E8E1511274 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m1922FAEE6A47813196D16B6DEAAC242DDCB7F4FD_gshared (BlackIsZero16TiffColor_1_t1F038C002BC4D6E0723BACD7D96EC87A91C272A7 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_3); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_5; L_5 = (( Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_8; L_8 = Span_1_Slice_mED8124CF61E94D5CC3B0BB3C5AB33BD12BA8F289_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_15; L_15 = Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_18 = V_1; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_19; L_19 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_mB4F3A058E9C875E1027295E61D40AB3CC22D827A_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_mB4F3A058E9C875E1027295E61D40AB3CC22D827A_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * L_24; L_24 = (( PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_mB4F3A058E9C875E1027295E61D40AB3CC22D827A_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *)L_24); (( void (*) (PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t00FD3243D773AC628DFDB931427B48A890A03FA9 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mD9D5B5B085958D2E77637644D602970A5309CA93_gshared (BlackIsZero16TiffColor_1_t1F9551FE0B8DA97E49CB600F0D00CA76FF9BAD45 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t1C78AB236B685F56C82AF446C9360390B947835A *)__this); (( void (*) (TiffBaseColorDecoder_1_t1C78AB236B685F56C82AF446C9360390B947835A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t1C78AB236B685F56C82AF446C9360390B947835A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m2D8A0EAD155B06B8FD1C7CA4E9717D52BDF9486C_gshared (BlackIsZero16TiffColor_1_t1F9551FE0B8DA97E49CB600F0D00CA76FF9BAD45 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_3); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_5; L_5 = (( Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_8; L_8 = Span_1_Slice_m516B6C05128C399B7FBE99B185236F3E7EA5241D_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_15; L_15 = Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_18 = V_1; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_19; L_19 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m566927302C1B0D90D5431E881A8292F7717879C7_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m566927302C1B0D90D5431E881A8292F7717879C7_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * L_24; L_24 = (( PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m566927302C1B0D90D5431E881A8292F7717879C7_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *)L_24); (( void (*) (PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t97E1431591F1071DA4D2AC0A43BA4ED61CBE5595 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mEE645038340C035341DC6A01D510EDCB0A335E2B_gshared (BlackIsZero16TiffColor_1_t8F07AEB332BA466F8D270763C482E7C226AE684C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t83B194CC0BFB001A2EBC7AE3297790038C56E03B *)__this); (( void (*) (TiffBaseColorDecoder_1_t83B194CC0BFB001A2EBC7AE3297790038C56E03B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t83B194CC0BFB001A2EBC7AE3297790038C56E03B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m23623D370AAE5DB0A75F1E9AE7B982739A5F858C_gshared (BlackIsZero16TiffColor_1_t8F07AEB332BA466F8D270763C482E7C226AE684C * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); L16_FromScaledVector4_m87BBAB661A2906BC069C35984B1CB4F61081AC14_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_3); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_5; L_5 = (( Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_8; L_8 = Span_1_Slice_m9780C2AE3A48E4B6BD2CE774A250D2B5DAC874FA_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_15; L_15 = Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_18 = V_1; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_19; L_19 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m837DBEE16B67AA5FBB82D94BFA6DAE1AAD49C999_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m837DBEE16B67AA5FBB82D94BFA6DAE1AAD49C999_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * L_24; L_24 = (( PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m837DBEE16B67AA5FBB82D94BFA6DAE1AAD49C999_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *)L_24); (( void (*) (PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tBC7F490853CA75D67EBD92986F4CA27F1AF2DEE0 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m202A0863A0CF21CACE823169C21F6917648A8D2F_gshared (BlackIsZero16TiffColor_1_t0370EBCEB3A061B4E1D6FD77405BA621D93E26A7 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_tB65A3294C0E41F622A97978BC391C50CC59657F8 *)__this); (( void (*) (TiffBaseColorDecoder_1_tB65A3294C0E41F622A97978BC391C50CC59657F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_tB65A3294C0E41F622A97978BC391C50CC59657F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m73A881D72B13E502355F027B3150EFFC89FA43B8_gshared (BlackIsZero16TiffColor_1_t0370EBCEB3A061B4E1D6FD77405BA621D93E26A7 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); L8_FromScaledVector4_mD3411B06A5EE0F32E26F2F0B18917F46411BAC24_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_3); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_5; L_5 = (( Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_8; L_8 = Span_1_Slice_mB94A1C14F1B3AE7FABFBAAE89AD2865CF3D3FA7D_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_15; L_15 = Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_18 = V_1; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_19; L_19 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_mC5F2E32BABADD4DC7CBCA6C09C42021DCB614B86_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_mC5F2E32BABADD4DC7CBCA6C09C42021DCB614B86_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * L_24; L_24 = (( PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_mC5F2E32BABADD4DC7CBCA6C09C42021DCB614B86_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *)L_24); (( void (*) (PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tAD4608D40AD335B3B755019E7A7E17855A718AB5 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mE182BF6C42605DD32FECC1A90F43C921C470DB88_gshared (BlackIsZero16TiffColor_1_tD753C5FB5B235DD2EFFBC96EBB1AF5861800A7A7 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_tEE4C4BD3CAA2C9AD94C4A90677FD21582758165A *)__this); (( void (*) (TiffBaseColorDecoder_1_tEE4C4BD3CAA2C9AD94C4A90677FD21582758165A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_tEE4C4BD3CAA2C9AD94C4A90677FD21582758165A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m4819F004746440A761EC1CF05ECF5727907D73EB_gshared (BlackIsZero16TiffColor_1_tD753C5FB5B235DD2EFFBC96EBB1AF5861800A7A7 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); La16_FromScaledVector4_m040190BA1817DBB3AFB0330F4F2E805B41ADD8B7_inline((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *)L_3); Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_5; L_5 = (( Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC (*) (Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_8; L_8 = Span_1_Slice_m6802B80337A69DAC80EA21713246D122CDAE01C9_inline((Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_15; L_15 = Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_inline((Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_18 = V_1; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_19; L_19 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m2B0E380B0AE9EE64DD727D590B20C50DE0BFBD0C_inline((Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m2B0E380B0AE9EE64DD727D590B20C50DE0BFBD0C_inline((Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * L_24; L_24 = (( PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m2B0E380B0AE9EE64DD727D590B20C50DE0BFBD0C_inline((Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *)L_24); (( void (*) (PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t25AA7CA852C8E37E1BCD1D0BBB7E305F123F1B4E *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m3A570281FDE08EDF93A154ADEDBA2BCC6FBF056F_gshared (BlackIsZero16TiffColor_1_t942B4CCF670801A6936C5E09CF074DD4ED59D4D5 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t36145E17E31EC1F87E87A83BC85DDFD1923515DF *)__this); (( void (*) (TiffBaseColorDecoder_1_t36145E17E31EC1F87E87A83BC85DDFD1923515DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t36145E17E31EC1F87E87A83BC85DDFD1923515DF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m7F8DF886E3C7DA29B01FDF44CD2C018A8868BEEE_gshared (BlackIsZero16TiffColor_1_t942B4CCF670801A6936C5E09CF074DD4ED59D4D5 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); La32_FromScaledVector4_mD711A78C4D50D7139DB3EC03530A86CDEAEDE01A_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *)L_3); Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_5; L_5 = (( Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 (*) (Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_8; L_8 = Span_1_Slice_mCDF8FF883FE407C4A058444A1CE9EE8DC9A779F2_inline((Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_15; L_15 = Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_inline((Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_18 = V_1; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_19; L_19 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m84CEA86530A516906E94048E39CB7404D11AB971_inline((Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m84CEA86530A516906E94048E39CB7404D11AB971_inline((Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * L_24; L_24 = (( PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m84CEA86530A516906E94048E39CB7404D11AB971_inline((Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *)L_24); (( void (*) (PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t803166C3FE09AFCC90E932DB280B26E4E10C4F63 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m2A14F8919CAD8D64DD3643A1D488727E2C12CC30_gshared (BlackIsZero16TiffColor_1_t9F378E57C97FD9A0CAD3C697A935A88C3042F958 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t5EEB416C8BC13ED981CA975C538EF1D7D43CA46F *)__this); (( void (*) (TiffBaseColorDecoder_1_t5EEB416C8BC13ED981CA975C538EF1D7D43CA46F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t5EEB416C8BC13ED981CA975C538EF1D7D43CA46F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_mCA99D55AAEA528D33C2E5FCE548664CC7C058E76_gshared (BlackIsZero16TiffColor_1_t9F378E57C97FD9A0CAD3C697A935A88C3042F958 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *)L_3); Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_5; L_5 = (( Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 (*) (Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_8; L_8 = Span_1_Slice_m89B2FF4D01B69C3F755FFB50E41D7FE13B49806F_inline((Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_15; L_15 = Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_inline((Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_18 = V_1; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_19; L_19 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m6E87FD439A02FDA7AA9EEF58F52278CB5E8A4BC3_inline((Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m6E87FD439A02FDA7AA9EEF58F52278CB5E8A4BC3_inline((Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * L_24; L_24 = (( PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m6E87FD439A02FDA7AA9EEF58F52278CB5E8A4BC3_inline((Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *)L_24); (( void (*) (PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_t522D1A85FEC13F4C44B6CCA68E14B8E986E1C73E *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_m4B412BF90BC2FA0EB90082648811F2E921D07AE7_gshared (BlackIsZero16TiffColor_1_t41D198B80342856514ECBA39B1B213BAD9E7C36A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_tB6982B4DAC2D889F0485071C8A3686B537023238 *)__this); (( void (*) (TiffBaseColorDecoder_1_tB6982B4DAC2D889F0485071C8A3686B537023238 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_tB6982B4DAC2D889F0485071C8A3686B537023238 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_m6DE30533F928CAC8184022BFCB905031D35135ED_gshared (BlackIsZero16TiffColor_1_t41D198B80342856514ECBA39B1B213BAD9E7C36A * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *)L_3); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_5; L_5 = (( Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A (*) (Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_8; L_8 = Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_inline((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_15; L_15 = Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_inline((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_18 = V_1; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_19; L_19 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_mD50ED9C8D9CF38E6F5B936F905BE06A5AD1B636D_inline((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_mD50ED9C8D9CF38E6F5B936F905BE06A5AD1B636D_inline((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * L_24; L_24 = (( PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_mD50ED9C8D9CF38E6F5B936F905BE06A5AD1B636D_inline((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *)L_24); (( void (*) (PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tEBF3E7C2092A100258B8037B8EE541D8FFA1EAFD *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { 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.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::.ctor(SixLabors.ImageSharp.Configuration,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1__ctor_mCECCC081959D702B13F127123235AB67EC95647C_gshared (BlackIsZero16TiffColor_1_t7A56F619F65E1A7327343C86C136622503D15DD5 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, bool ___isBigEndian1, const RuntimeMethod* method) { { NullCheck((TiffBaseColorDecoder_1_t176EEB3AC319E4A8A19A32C1ABF249FA7C9BFE73 *)__this); (( void (*) (TiffBaseColorDecoder_1_t176EEB3AC319E4A8A19A32C1ABF249FA7C9BFE73 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TiffBaseColorDecoder_1_t176EEB3AC319E4A8A19A32C1ABF249FA7C9BFE73 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_1(L_0); bool L_1 = ___isBigEndian1; __this->set_isBigEndian_0(L_1); return; } } // System.Void SixLabors.ImageSharp.Formats.Tiff.PhotometricInterpretation.BlackIsZero16TiffColor`1::Decode(System.ReadOnlySpan`1,SixLabors.ImageSharp.Memory.Buffer2D`1,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlackIsZero16TiffColor_1_Decode_mF2ABBC9AF0873613896875E30E0E70A3654FB02C_gshared (BlackIsZero16TiffColor_1_t7A56F619F65E1A7327343C86C136622503D15DD5 * __this, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___data0, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___pixels1, int32_t ___left2, int32_t ___top3, int32_t ___width4, int32_t ___height5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 V_4; memset((&V_4), 0, sizeof(V_4)); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; uint16_t V_7 = 0; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0; L_0 = TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline(/*hidden argument*/NULL); V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_0; il2cpp_codegen_initobj((&V_1), sizeof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline(/*hidden argument*/NULL); NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(&V_1), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_1, /*hidden argument*/NULL); V_2 = (int32_t)0; int32_t L_2 = ___top3; V_3 = (int32_t)L_2; goto IL_00c1; } IL_002a: { Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * L_3 = ___pixels1; int32_t L_4 = V_3; NullCheck((Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *)L_3); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_5; L_5 = (( Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 (*) (Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_5 = (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_5; int32_t L_6 = ___left2; int32_t L_7 = ___width4; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_8; L_8 = Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_inline((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&V_5), (int32_t)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_4 = (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_8; bool L_9 = (bool)__this->get_isBigEndian_0(); if (!L_9) { goto IL_008a; } } { V_6 = (int32_t)0; goto IL_007d; } IL_004c: { int32_t L_10 = V_2; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; L_11 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_10, (int32_t)2, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); uint16_t L_12; L_12 = TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11, /*hidden argument*/NULL); V_7 = (uint16_t)L_12; int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); int32_t L_14 = V_6; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_15; L_15 = Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_inline((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&V_4), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_16 = V_0; uint16_t L_17 = V_7; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_18 = V_1; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_19; L_19 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F , uint16_t, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_16, (uint16_t)L_17, (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); *(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_15 = L_19; int32_t L_20 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007d: { int32_t L_21 = V_6; int32_t L_22; L_22 = Span_1_get_Length_m7CA16406D797634AD097A96DC9BD7C4353FCBF3A_inline((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_004c; } } { goto IL_00bd; } IL_008a: { int32_t L_23; L_23 = Span_1_get_Length_m7CA16406D797634AD097A96DC9BD7C4353FCBF3A_inline((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_8 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * L_24; L_24 = (( PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_25 = (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)__this->get_configuration_1(); int32_t L_26 = V_2; int32_t L_27 = V_8; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_28; L_28 = ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___data0), (int32_t)L_26, (int32_t)L_27, /*hidden argument*/ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_RuntimeMethod_var); Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_29 = V_4; int32_t L_30; L_30 = Span_1_get_Length_m7CA16406D797634AD097A96DC9BD7C4353FCBF3A_inline((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *)L_24); (( void (*) (PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((PixelOperations_1_tA6AA9F6FF2BD6D02BD9848A4624FDA48C4809099 *)L_24, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_25, (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_28, (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_31 = V_2; int32_t L_32 = V_8; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_00bd: { int32_t L_33 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_3; int32_t L_35 = ___top3; int32_t L_36 = ___height5; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_002a; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E Rectangle_get_Size_m80722B84DF49217647FE5F0B6CE442B21E0CADD4_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); int32_t L_1; L_1 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E L_2; memset((&L_2), 0, sizeof(L_2)); Size__ctor_m8122559C846858230D87929BC1008F3C3B31D7B5((&L_2), L_0, L_1, /*hidden argument*/NULL); return L_2; } } 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 ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * ImageMetadata_get_ExifProfile_m9C2954DAB144908114D5A2D04E36E86A6F075E6A_inline (ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * __this, const RuntimeMethod* method) { { ExifProfile_t5ACE20C835AFC1A0B6C19A6F957F8189C41C8B45 * L_0 = __this->get_U3CExifProfileU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * ExifTag_get_Orientation_mC8C3030895FC0368429C5C38B968C481B1E58B1E_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var); ExifTag_1_tCEAE0105BD0DA12E4C6A8D89D394ACFFECBB001E * L_0 = ((ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_StaticFields*)il2cpp_codegen_static_fields_for(ExifTag_t55E244937CE50F78771C57888BE3EFB51AEE5C49_il2cpp_TypeInfo_var))->get_U3COrientationU3Ek__BackingField_107(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 BackgroundColorProcessor_get_Color_mCCF8CB63D30B4A6668C11AF612CD7D9FB1801308_inline (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * __this, const RuntimeMethod* method) { { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_0 = __this->get_U3CColorU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * BackgroundColorProcessor_get_GraphicsOptions_m3A2F6B4C1E12D73E29B3ADBE0C515CB2AA953EE0_inline (BackgroundColorProcessor_t2B7B2A9157CFDB074A5D63C5FEF2638B509D8727 * __this, const RuntimeMethod* method) { { GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * L_0 = __this->get_U3CGraphicsOptionsU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 Rectangle_Intersect_mA751BD30A8B9E6F2AE20D0201DF6EB6F8F4DF07D_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___a0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0; L_0 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___a0), /*hidden argument*/NULL); int32_t L_1; L_1 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___b1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3; L_3 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___a0), /*hidden argument*/NULL); int32_t L_4; L_4 = Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___b1), /*hidden argument*/NULL); int32_t L_5; L_5 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6; L_6 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___a0), /*hidden argument*/NULL); int32_t L_7; L_7 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___b1), /*hidden argument*/NULL); int32_t L_8; L_8 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; int32_t L_9; L_9 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___a0), /*hidden argument*/NULL); int32_t L_10; L_10 = Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)(&___b1), /*hidden argument*/NULL); int32_t L_11; L_11 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0066; } } { int32_t L_14 = V_3; int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0066; } } { int32_t L_16 = V_0; int32_t L_17 = V_2; int32_t L_18 = V_1; int32_t L_19 = V_0; int32_t L_20 = V_3; int32_t L_21 = V_2; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_22; memset((&L_22), 0, sizeof(L_22)); Rectangle__ctor_m0576049FD7679298BDB309F483B14BBC24225F06((&L_22), L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); return L_22; } IL_0066: { Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_23 = ((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields*)il2cpp_codegen_static_fields_for(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_il2cpp_TypeInfo_var))->get_Empty_0(); return L_23; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * Configuration_get_MemoryAllocator_mC3D77A697B9344F7D41EC0F1727F66DFF36FFFFA_inline (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * __this, const RuntimeMethod* method) { { MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_0 = __this->get_memoryAllocator_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CWidthU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float GraphicsOptions_get_BlendPercentage_m6642AEFF2FA169F3459C6846AB6678F043913611_inline (GraphicsOptions_t3DBA397A05E4CA4E74DE58757B84D693767FCA82 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_blendPercentage_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float BinaryThresholdProcessor_get_Threshold_mC9D51C2030640AAB8E35EC165AAD9C33E8530A01_inline (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CThresholdU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline (float ___f0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___f0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_1; L_1 = bankers_round(((double)((double)L_0))); return ((float)((float)L_1)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 BinaryThresholdProcessor_get_UpperColor_m04A656729DA53B56BBDFBA542F90AF59D411D251_inline (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * __this, const RuntimeMethod* method) { { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_0 = __this->get_U3CUpperColorU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 BinaryThresholdProcessor_get_LowerColor_mBE2C5CA7CC1624396469011EC07A108159746F15_inline (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * __this, const RuntimeMethod* method) { { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 L_0 = __this->get_U3CLowerColorU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CXU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BinaryThresholdProcessor_get_Mode_mC91E6C7C4EB5A99D4B206816542D094C5B19248B_inline (BinaryThresholdProcessor_t3AC31C24A8165DB4D73AAD0A492D76F21C457BCD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CModeU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AddingNewEventArgs_get_NewObject_mD12902AD9EC1D2F1EB4661FAB1C89DB4CBE8BE5B_inline (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_newObject_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F TiffUtils_get_L16Default_m53D530B1B0F5BC31E8727B3AD6FBCBCE49468679_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_0 = ((TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_StaticFields*)il2cpp_codegen_static_fields_for(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var))->get_U3CL16DefaultU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 TiffUtils_get_Vector4Default_mDFE167DB7F85ACAA0E5BAE85CAA020802AD2EB24_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ((TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_StaticFields*)il2cpp_codegen_static_fields_for(TiffUtils_t652F95AB2D9CCD0D13568FA65E2BDE8B67AD1DD8_il2cpp_TypeInfo_var))->get_U3CVector4DefaultU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t TiffUtils_ConvertToUShortBigEndian_m94B1C06E0E12CCFE19869E9E321CEE77171CA93D_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___buffer0, const RuntimeMethod* method) { { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___buffer0; uint16_t L_1; L_1 = BinaryPrimitives_ReadUInt16BigEndian_m2CF82FDFFF0DB717A575FF6898073AB5E2389626_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromScaledVector4_mD360ED86AD6BFA982FCDEF963FE4540E2F1BAB65_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromScaledVector4_m8CEFC9290F734BC843C4EDAED2CAE9E6831E28EA_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromScaledVector4_m6029FBEA40DEC6DB9E73394AAA8A24FE3CDFE4A8_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromScaledVector4_m6D737715051E3C00A46B1DCC70E5C20F4886390F_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (255.0f), /*hidden argument*/NULL); Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, L_1, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { float V_0 = 0.0f; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); V_0 = L_1; float L_2 = V_0; V_0 = ((float)il2cpp_codegen_multiply((float)L_2, (float)(2.0f))); float L_3 = V_0; V_0 = ((float)il2cpp_codegen_subtract((float)L_3, (float)(1.0f))); float L_4 = V_0; uint16_t L_5; L_5 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_4, /*hidden argument*/NULL); HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline(L_4, (2.0f), /*hidden argument*/NULL); V_0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7; L_7 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; L_8 = Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = V_0; float L_10 = L_9.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_11 = V_0; float L_12 = L_11.get_Y_1(); uint32_t L_13; L_13 = HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline(L_10, L_12, /*hidden argument*/NULL); HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)__this, L_13, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (2.0f), /*hidden argument*/NULL); ___vector0 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline(L_2, L_3, /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromScaledVector4_m87BBAB661A2906BC069C35984B1CB4F61081AC14_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromScaledVector4_mD3411B06A5EE0F32E26F2F0B18917F46411BAC24_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La16_FromScaledVector4_m040190BA1817DBB3AFB0330F4F2E805B41ADD8B7_inline (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; La16_ConvertFromRgbaScaledVector4_m90C66FCCDFA3921D1AA8C666FFBBCCF79F62ECFB_inline((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_FromScaledVector4_mD711A78C4D50D7139DB3EC03530A86CDEAEDE01A_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; La32_ConvertFromRgbaScaledVector4_m6CF47024EE24CF89BD138642520A4AE2CD5AD9FB_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline(L_4, (2.0f), /*hidden argument*/NULL); V_0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7; L_7 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; L_8 = Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var); uint16_t L_10; L_10 = NormalizedByte2_Pack_m6CE88C97823CD69364283CC30C12682807E53B48_inline(L_9, /*hidden argument*/NULL); NormalizedByte2_set_PackedValue_m4789D3F6B4CB4329C425CB662CFD9242A874A379_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)__this, L_10, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (2.0f), /*hidden argument*/NULL); ___vector0 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline(L_2, L_3, /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; NormalizedByte4_FromVector4_mB68D741A2843AEE85FFF4373D7696D2C2242EEEE_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline(L_4, (2.0f), /*hidden argument*/NULL); V_0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7; L_7 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; L_8 = Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = NormalizedShort2_Pack_m1AD820D26D9FF9E17FC194E70144B23E466C0B1C_inline(L_9, /*hidden argument*/NULL); NormalizedShort2_set_PackedValue_m9AAFAC013EC0B1280CAB5CE61A8DAF21BE50BD87_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)__this, L_10, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )((*(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_3 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); A8_FromRgba64_m379C68C51759467319F75B1AAAEE16678E603839_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_6 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_9 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 MemoryOwnerExtensions_GetSpan_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m1D8F48ACDF2D6ECC3F4570F1E611250556FCA6A2_gshared_inline (RuntimeObject* ___buffer0, const RuntimeMethod* method) { Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___buffer0; NullCheck((RuntimeObject*)L_0); Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 L_1; L_1 = InterfaceFuncInvoker0< Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 >::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_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 )L_1; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_2; L_2 = Memory_1_get_Span_m928F551E59E8B11542D25F22BFBCB34260C42A5B_inline((Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 *)(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m57171D592CEFA1E1AE6A45C7BA9A959131CED96C_gshared_inline (RowOperation_tA30EB2DB6A8B2534BA7DBDDC9981FDD0F661A425 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tC6F3B5CF3A6CF209DE1EAE30376274B92833AA91 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )((*(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_3 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Abgr32_FromRgba64_m268206D51CD3611C38AFA1B91F10D864ECCCC4E2_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_6 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Abgr32_FromScaledVector4_mD360ED86AD6BFA982FCDEF963FE4540E2F1BAB65_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_9 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m8BF4EF8931A382BE9D33379C5D61C455FB6FB859_gshared_inline (RowOperation_t281C0A9FE66DA15FFE84CE142497D583BC708F6C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t4BEA41BFF39661B018BA2049C097A5D854CE671A * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )((*(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_3 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Argb32_FromRgba64_m4A3FD9BAE5AFB06387033C02CABCC55AAACEEAE5_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_6 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Argb32_FromScaledVector4_m8CEFC9290F734BC843C4EDAED2CAE9E6831E28EA_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_9 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m5E6C5FE55F55F08CC10A5DFECCE0E6B15BAF938A_gshared_inline (RowOperation_t3F42C4A0157B86F7C0B1B244D9F08C27F09BBFCA * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t3AB5CE4FA739BFE515F8649D5ED910949B65DD21 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )((*(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_3 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgr24_FromRgba64_mD173E28EE269CDD7847975D76437B19142275E9A_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_6 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgr24_FromScaledVector4_m6029FBEA40DEC6DB9E73394AAA8A24FE3CDFE4A8_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_9 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m53FE32E1BDB52D0C6B9125EEEF22A14C633555E5_gshared_inline (RowOperation_t2D797188671281F7FEEBF7E9C13F4472E16CA848 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t909F471B2CF1E186F2C4F49A25457ACCE2BFD825 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )((*(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_3 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgr565_FromRgba64_m8E0E43770A6BD1BA24E3E9F9530B257CF5A848A5_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_6 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_9 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m6EC19446CF6E42F1C791589A981A61B7B84F8213_gshared_inline (RowOperation_tFCF6CBB2091BBE25E00127F9C47336A97C736B46 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tA9BD3F9A210FC8773CE98EF532F50D7FC7144BC3 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )((*(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_3 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra32_FromRgba64_mC16E4A87FAE97CDF497AFD5E14CECD4795EE41FD_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_6 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra32_FromScaledVector4_m6D737715051E3C00A46B1DCC70E5C20F4886390F_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_9 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mC78D3C70319B80DA2567EAD05B067C3BECC411EC_gshared_inline (RowOperation_t3340261125D59D7DFFF0449CD1708016553AFF94 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t545062586AB2D26BB3938F1E4AD850083537F09C * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )((*(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_3 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra4444_FromRgba64_m4E436B6D045A92CA560D301BC78BFC9EF6910780_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_6 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_9 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m9CDCC6D336CA4B3C004C00381F15992D88344102_gshared_inline (RowOperation_tD51788751EBB030400BB11BF6442D28104C5930F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t35F7D45EF0E816248F075D879A0759209950AA05 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )((*(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_3 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra5551_FromRgba64_m037D1F8A6B388D88E755848EE67AA1A7A2231468_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_6 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_9 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mCFF7BE3578357C2AA1AD53ABBBAAEE03633D27CD_gshared_inline (RowOperation_tDD168DFA25E3FC8837FA938ED379FB3AFD81EE44 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t5B076D7D77EABCFAEDA2505891FF46358BA093E7 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )((*(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_3 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Byte4_FromRgba64_mFAAD01BCD8F1EEE02754B1132D1679A8E56E300E_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_6 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_9 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m1E04C59FDE1AF7149523889CEB2187DAD60AAA0C_gshared_inline (RowOperation_t4A8BA86A6C3BF3550AF48F1ECF25EB4B6FBA9E11 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tCC6131B15297F115E3D7B591E532A2609B5DD2AE * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )((*(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_3 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfSingle_FromRgba64_mC592BB26A4E72549FB43FD88679528FB42F17BB5_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_6 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_9 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m3F8B874D917BCECB8BD9DB0BAC6C7CF5F161B889_gshared_inline (RowOperation_t2F123250BDB43180DBB537A5B4F1A1B0636D05C0 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tE580548A7D99DFB7D973F0F16CDDA162437ACB5D * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )((*(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_3 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfVector2_FromRgba64_m4438111F772E321AF66A54782EB845F5C43772B9_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_6 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_9 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m349E1A7273D428C276241FFE7EF0BD18CFA6AAFA_gshared_inline (RowOperation_t8AD75F1FEDAE8D94983422FB7F55ABC0BEDA4604 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tF469361CE45FF6769B5627C3C7932B465DF0CA24 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )((*(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_3 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfVector4_FromRgba64_m958D1915C1323308BA2AA58AB62341666774154D_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_6 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_9 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mEDC961FEE1A5DA334D4DCFE8B16727AD0B2B5BDD_gshared_inline (RowOperation_tFDF9FE9C672C149A3D6CD6D39135B6EFCC0DA34E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tBA1A4899DD7F0BC5E66F4203AF1289C95D79F8D0 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )((*(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_3 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); L16_FromRgba64_m3957AE6CDC286A45FB26B413B859503975112054_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_6 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); L16_FromScaledVector4_m87BBAB661A2906BC069C35984B1CB4F61081AC14_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_9 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m0F66CCFCB5C664DD6E46AEA5CF86FC714BE823D9_gshared_inline (RowOperation_t2E70010954A05685614B65DDC3F8C8A91AB0B8CF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tD2157C482E9F256FEE2EDFE14FB51E121D56199D * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L8_t0DC62ABA8124A587901AC9D023076EF568A23003 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )((*(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_3 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); L8_FromRgba64_mFC46AB674C1A97E5AEE7DB90CAEA1066B994DFE6_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_6 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); L8_FromScaledVector4_mD3411B06A5EE0F32E26F2F0B18917F46411BAC24_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_9 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mE44558BE3FA921A3CE09831CBCAA09F928FF4BC6_gshared_inline (RowOperation_t62FFAEF2C2BCFD332957F94885E943DF5EBD2407 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tA5919D86C7228881F351CC754325C48609EB79A5 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )((*(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_3 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); La16_FromRgba64_m16AF55E95F4198C70AA2E8FF601EA39948A47A3B((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_6 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); La16_FromScaledVector4_m040190BA1817DBB3AFB0330F4F2E805B41ADD8B7_inline((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_9 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m324EE566E7542FC9078A75EF6447109A68C080E1_gshared_inline (RowOperation_tB804EE6F124972E47ABDF794C765983753E77759 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tC716CC35EADDA881E322E7C82A57745149D19274 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )((*(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_3 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); La32_FromRgba64_mF19FEA17F04ED6EC3A88EB7E6CB2758A4C368AFF_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_6 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); La32_FromScaledVector4_mD711A78C4D50D7139DB3EC03530A86CDEAEDE01A_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_9 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m9A9C2EA1F7C746007C28BAFE24FE73B28BE40450_gshared_inline (RowOperation_tE12249F22AD9EB15DB9B1B3894C3D72134C0177F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t0408149CAE476F20172B2B948281E4CB9CD4B232 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )((*(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_3 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedByte2_FromRgba64_mADA69B96565C90F3C73C5DA49C1EA5A1AD24B230_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_6 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_9 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m59287FE59ED6C2024E225FD5005D22FDA40F86E4_gshared_inline (RowOperation_t9D684D06C06DE1BAE359125B41A0D1A23867A249 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t010421D7B182B655EDDDBDE2A35BA92B1F2B5799 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )((*(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_3 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedByte4_FromRgba64_mB3BFB28CA1B7685A24F6FDD9A3EBDEB812CF0510_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_6 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_9 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m066EF00D93C453BB4C65002871A8C90BCBACC439_gshared_inline (RowOperation_tBA5CF794FFBDC249B26BA15BB9692989FA5D292F * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t871446A024E25414AA66F1FD76C949741A97AA70 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )((*(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_3 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedShort2_FromRgba64_m40A95564595AF83B53C65D73091D41FD95C9FB6F_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_6 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_9 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mE6209E709408AE0C66D966C0B6309C88CE5E8B75_gshared_inline (RowOperation_tE79DB7DBE61F0642C318C6D4396DBA37993B8A53 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tB72E82D96B4FB4850A048F8C363E681F44D63B46 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )((*(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_3 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedShort4_FromRgba64_m8B98A049A87A1B2484D78B71846B9D253BED190B_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_6 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_9 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m77F4204E2ED51C39E17FB4AB42A8CA07A0EFF843_gshared_inline (RowOperation_t9FF0B3C24C7927C75A91F0F551CEB9C412C4FB98 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t6A73C18B6260E592AB331D019E445E60911F18BF * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )((*(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_3 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rg32_FromRgba64_mFC727F236BA01EAACC4634418350BD373F82AC74_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_6 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_9 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m06795C7DA3830E095F3E8D7AA5CFC09321B1571E_gshared_inline (RowOperation_tA1AE6FA82E79A4E78911DA5BC34826A80944E2C8 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t65CB037715EF80612653F00DE3C3B360D5FE9119 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )((*(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_3 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgb24_FromRgba64_m4BD5FCD86D1B7124FE91C9CC0639AB52E1AF1CF8_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_6 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgb24_FromScaledVector4_m4D63BA77DDF06E3054217D095981DAB38A262D7E_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_9 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m165D08D12DB50697E7730C5A7E2F81562417FEC7_gshared_inline (RowOperation_t4B59CAF4009B6C44ABB9CFE2D350EAB585267E33 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t7B5EA4DC5363E51DE77ED723AED79AAEBE33C897 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )((*(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_3 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgb48_FromRgba64_m8D2D5CD4F543C3EAB7D27A335747060BFFCEB6CB_inline((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_6 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgb48_FromScaledVector4_mD7671E932ED1132846FC64D3332EA237B3502947_inline((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_9 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m89FE49D04B6FE9D434D4CEABFC77629F966F1193_gshared_inline (RowOperation_t5C1CEB92E25ED10A58C191937BC46091AE86A0E8 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t02E7922EC5C7045A93633541B06C79D301141241 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )((*(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_3 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba1010102_FromRgba64_m28DA43F24BF0DB0D85405D08899838CA14173D1B_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_6 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_9 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m26C12AEEB0DC5C7C743CDD135528A9EB2C2632D0_gshared_inline (RowOperation_tB5D4B3CB07ABEBA668E0F4123BABB6F6D275DF32 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_tB2F0A6ADEF64A513139C86F3D143F9A63A94CCDC * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )((*(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_3 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba32_FromRgba64_mD3312D13CDC70A1D9E42A597984A6D60FAA525C4_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba32_FromScaledVector4_mC1723A2DAD9B3E710EA111A66E1FBAD107CB9D2D_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_9 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m9B904F64FDACA3BE003605D9FD856ECEF4955C6C_gshared_inline (RowOperation_t22A57C667D86B035234EFADE9968E54A7F6C4F20 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t592543FE6B2A7F1FB58E1D432513C8553E9D3A53 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )((*(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba64_FromRgba64_m1C83CC8FC6D911B659982D86D7BC51FAA521789B_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba64_FromScaledVector4_m432EB442B26E1A9D49F97829C1C77AD1AC8CAF96_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mD7B12760491F1A0C8E6CEFD569676EC78F07F209_gshared_inline (RowOperation_t00D3B4502ABCE39FE4B7D9A213E2AF7C939B284A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t5A566DEE3099CD52D57A19074F3E1667402B4253 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )((*(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_3 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); RgbaVector_FromRgba64_mB6A7778E3568448BC30ABBE200D5194E46A525EA_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_6 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_9 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mC3E3A1A1AC26C5FCFE09B9A50CB9BF54BF98810E_gshared_inline (RowOperation_t2A2C3A094A10CF74D35B48319703A9B69A2EE10E * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t98B5AA8C3981CE70FA7C3AA97CCDA6FD0FC7CD89 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )((*(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_3 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Short2_FromRgba64_mFD2B511E3809A2C46B60E7ADD12657E175C81F7A_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_6 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_9 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mF0AB966A95C66A5EEA2E11922817C97C0B8A9473_gshared_inline (RowOperation_tF5CA0D0DBEFEBD200A2FCF86A65B395BFA64130A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t05DE2F488EC5C2F8183C3CEC7C61FBC936C1E63A * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )((*(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_3 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Short4_FromRgba64_m30AC5BDB5F8761AB9AB1C7E38DEF7569D3F35F21_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_6 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_9 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m34BF535AD87885084354D4D76C1E1139943F4E16_gshared_inline (RowOperation_t9E9FC9420E7CFEF7DA02BCADFDB404AAE3330524 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds1, PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * ___blender2, RuntimeObject* ___amount3, RuntimeObject* ___colors4, Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source5, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; __this->set_configuration_0(L_0); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = ___bounds1; __this->set_bounds_1(L_1); PixelBlender_1_t53E3DFB570C96508DA6F11E0BB5861065D2A0737 * L_2 = ___blender2; __this->set_blender_2(L_2); RuntimeObject* L_3 = ___amount3; __this->set_amount_3(L_3); RuntimeObject* L_4 = ___colors4; __this->set_colors_4(L_4); Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * L_5 = ___source5; __this->set_source_5(L_5); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m46B06139BB253E321574A070C4602CF1A9F4D641_gshared_inline (RowOperation_t9F5143B2D29C5ACDD65BCE0722E18BC138D7B92B * __this, int32_t ___startX0, Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source1, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___upper2, A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_1 = ___source1; __this->set_source_0(L_1); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_2 = ___upper2; __this->set_upper_1(L_2); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m51F208601C4429E2E4D5BD735AE88893EB0C2FDF_gshared_inline (RowOperation_t838A71A74F0DBCB4F1CF140C28D85CC6954BED7C * __this, int32_t ___startX0, Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source1, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___upper2, Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_1 = ___source1; __this->set_source_0(L_1); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_2 = ___upper2; __this->set_upper_1(L_2); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m71A23A235B742D2817ACD69B95293618D6591CE3_gshared_inline (RowOperation_t1B1D65D564962B1B649B40330E55FF8AEE74D804 * __this, int32_t ___startX0, Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source1, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___upper2, Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_1 = ___source1; __this->set_source_0(L_1); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_2 = ___upper2; __this->set_upper_1(L_2); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m5BA0549C17C5BD642F113A751903A19514AF72C5_gshared_inline (RowOperation_tA8B49087BAE67D6616990D89F644AA3F4D116141 * __this, int32_t ___startX0, Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source1, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___upper2, Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_1 = ___source1; __this->set_source_0(L_1); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_2 = ___upper2; __this->set_upper_1(L_2); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m57D65FD8CA616482EC7E0A44C14A295A7E40E5A4_gshared_inline (RowOperation_t9CB4E9806F2DEE361479C157F02A7C39789D88A3 * __this, int32_t ___startX0, Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source1, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___upper2, Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_1 = ___source1; __this->set_source_0(L_1); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_2 = ___upper2; __this->set_upper_1(L_2); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m8F6D564637CF094A9A134E2BC67F1D452F780370_gshared_inline (RowOperation_t3BEC1A6DA78836138BB7FFDD20AE2DF135570A14 * __this, int32_t ___startX0, Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source1, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___upper2, Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_1 = ___source1; __this->set_source_0(L_1); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_2 = ___upper2; __this->set_upper_1(L_2); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m363CD7507A3010314CEA893A31883697AC050708_gshared_inline (RowOperation_tE6F1EF873F25F18FBA64BCDEB22DC47233DD6F70 * __this, int32_t ___startX0, Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___source1, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___upper2, Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_1 = ___source1; __this->set_source_0(L_1); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_2 = ___upper2; __this->set_upper_1(L_2); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m4ACCC112A715699616CACCC27259C82815A29B54_gshared_inline (RowOperation_tFA00031E372B55CDB928F7742520F2F2D1DE9AB2 * __this, int32_t ___startX0, Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___source1, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___upper2, Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_1 = ___source1; __this->set_source_0(L_1); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_2 = ___upper2; __this->set_upper_1(L_2); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m3E2D0EB6864F870831CFD50D2EDF7A8FCE7596C9_gshared_inline (RowOperation_tAA5BAC632F29A79C8E05636527C8CA429642E5D2 * __this, int32_t ___startX0, Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___source1, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___upper2, Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_1 = ___source1; __this->set_source_0(L_1); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_2 = ___upper2; __this->set_upper_1(L_2); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m04F3A2F97FC998D6BA885148F9C0CC084238AB1B_gshared_inline (RowOperation_t223F5B2CCA97DF528C5EB4E86AEC3C5428225203 * __this, int32_t ___startX0, Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___source1, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___upper2, HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_1 = ___source1; __this->set_source_0(L_1); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_2 = ___upper2; __this->set_upper_1(L_2); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mF6C0FA641AB4585FFB324C28D9FC9AA3525E2431_gshared_inline (RowOperation_tCD1C555207439BE16785F689CB1D0CBE6D9080E0 * __this, int32_t ___startX0, Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___source1, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___upper2, HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_1 = ___source1; __this->set_source_0(L_1); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_2 = ___upper2; __this->set_upper_1(L_2); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m1EE437033FF3A73CFFB167EACA999F8A20BE1DF2_gshared_inline (RowOperation_tF812B4F377936D741DDAB2C5529F96E26AA4AB1D * __this, int32_t ___startX0, Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___source1, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___upper2, HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_1 = ___source1; __this->set_source_0(L_1); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_2 = ___upper2; __this->set_upper_1(L_2); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m78F37163F3B5305CFCF07FDDBA5607AB6B1C56D2_gshared_inline (RowOperation_tFE4B0D8563234F9C6C75DF024082908706B907B1 * __this, int32_t ___startX0, Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___source1, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___upper2, L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_1 = ___source1; __this->set_source_0(L_1); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_2 = ___upper2; __this->set_upper_1(L_2); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m63B86EE158AA539126D0B507A01E2424B555D48A_gshared_inline (RowOperation_t5A3E319297D0B68DCADDE3A9F0E54CCF36973846 * __this, int32_t ___startX0, Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source1, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___upper2, L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_1 = ___source1; __this->set_source_0(L_1); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_2 = ___upper2; __this->set_upper_1(L_2); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mAFF36B07CEDC1BD141A96834B1039BB8845DD2BF_gshared_inline (RowOperation_tF990EE5E73D9A27C0AEA29BF2E2BEE13245FC0DF * __this, int32_t ___startX0, Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source1, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___upper2, La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * L_1 = ___source1; __this->set_source_0(L_1); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_2 = ___upper2; __this->set_upper_1(L_2); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m8FE6B021C24562A0858CCFF3823D6A0008196C76_gshared_inline (RowOperation_tC71B01F9FA6CEAB2BA807A195A7BC37861DA2D46 * __this, int32_t ___startX0, Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source1, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___upper2, La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * L_1 = ___source1; __this->set_source_0(L_1); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_2 = ___upper2; __this->set_upper_1(L_2); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m8E66C199E038AD8A8C207D508BD636B986ACFBAC_gshared_inline (RowOperation_t7402CEFDC17D9902D03355277B28BA25429FFDFD * __this, int32_t ___startX0, Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source1, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___upper2, NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * L_1 = ___source1; __this->set_source_0(L_1); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_2 = ___upper2; __this->set_upper_1(L_2); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mAC3A9F7F3D28FDD1B307BDE293C54DAF2099055F_gshared_inline (RowOperation_t690B67A2871B00C3B99330A719BF1F25DEBF7E81 * __this, int32_t ___startX0, Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source1, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___upper2, NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * L_1 = ___source1; __this->set_source_0(L_1); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_2 = ___upper2; __this->set_upper_1(L_2); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m4D424DCC566D8A921FFEFD22EE81DE5BAF877B9B_gshared_inline (RowOperation_t64676BDB32834620FD9E948F0FC36CF46AAA5D64 * __this, int32_t ___startX0, Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source1, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___upper2, NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * L_1 = ___source1; __this->set_source_0(L_1); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_2 = ___upper2; __this->set_upper_1(L_2); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m51AD3EEBABE86412379835ACA5F0D12BCAFBAACC_gshared_inline (RowOperation_t9E715D50C52C4980F30108A65DB8C13B06C6A2F3 * __this, int32_t ___startX0, Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source1, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___upper2, NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * L_1 = ___source1; __this->set_source_0(L_1); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_2 = ___upper2; __this->set_upper_1(L_2); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mB05261254FD58055FDBDAFFFE1C5521C6B118305_gshared_inline (RowOperation_tDC8A84C763D5C227B858470ED98E03AE2240D6DD * __this, int32_t ___startX0, Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source1, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___upper2, Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * L_1 = ___source1; __this->set_source_0(L_1); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_2 = ___upper2; __this->set_upper_1(L_2); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m5E20696342D9D0E6151F5161E881FA928E28A0E8_gshared_inline (RowOperation_t94053E510410ABF249FDF4A3323DCA319B2CC556 * __this, int32_t ___startX0, Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source1, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___upper2, Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * L_1 = ___source1; __this->set_source_0(L_1); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_2 = ___upper2; __this->set_upper_1(L_2); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m14F1A59CAFD3D12E80500DD467C07F012CF4FED7_gshared_inline (RowOperation_t31FCE83DB3F8518E3BD856ABF5696057892A8951 * __this, int32_t ___startX0, Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source1, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___upper2, Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * L_1 = ___source1; __this->set_source_0(L_1); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_2 = ___upper2; __this->set_upper_1(L_2); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m3C902204D63FDC0C1FEDB4CAD65C712D997CD438_gshared_inline (RowOperation_tD9085023DD7FCB5A2FE297CCBD09276790DB3038 * __this, int32_t ___startX0, Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source1, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___upper2, Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * L_1 = ___source1; __this->set_source_0(L_1); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_2 = ___upper2; __this->set_upper_1(L_2); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m43EEB2154C53EEBB50FE1658D1DE22B15949DABE_gshared_inline (RowOperation_t6D1CAC411DE7CE7267EA4E0D6D1AF2DA298E1CDF * __this, int32_t ___startX0, Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source1, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___upper2, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * L_1 = ___source1; __this->set_source_0(L_1); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_2 = ___upper2; __this->set_upper_1(L_2); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m98660F404491A7DD45D13FD92D1ABBFCE62096C6_gshared_inline (RowOperation_tD1BF5A0C757EB6B419642A294C31865C94A3C032 * __this, int32_t ___startX0, Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source1, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___upper2, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * L_1 = ___source1; __this->set_source_0(L_1); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_2 = ___upper2; __this->set_upper_1(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mE353F4408C8CEE7DAEDADE1853AD1FDEB328AB32_gshared_inline (RowOperation_tA9613A8ECE628E553C576BF95D5E82866A034B35 * __this, int32_t ___startX0, Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source1, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___upper2, RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * L_1 = ___source1; __this->set_source_0(L_1); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_2 = ___upper2; __this->set_upper_1(L_2); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_m12DA4741AE996FE1D361FD7F7B27D2AA051C472C_gshared_inline (RowOperation_t01B8E21F41A8849BC559DECB05F08937185162FD * __this, int32_t ___startX0, Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source1, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___upper2, Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * L_1 = ___source1; __this->set_source_0(L_1); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_2 = ___upper2; __this->set_upper_1(L_2); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowOperation__ctor_mCB1ED7037EFEDAC9559578958FF6823809AB9098_gshared_inline (RowOperation_t39CAE08CDAB766285B7A0644D4FD4550892D5B20 * __this, int32_t ___startX0, Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source1, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___upper2, Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___lower3, uint8_t ___threshold4, int32_t ___mode5, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration6, const RuntimeMethod* method) { { int32_t L_0 = ___startX0; __this->set_startX_5(L_0); Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * L_1 = ___source1; __this->set_source_0(L_1); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_2 = ___upper2; __this->set_upper_1(L_2); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_3 = ___lower3; __this->set_lower_2(L_3); uint8_t L_4 = ___threshold4; __this->set_threshold_3(L_4); int32_t L_5 = ___mode5; __this->set_mode_4(L_5); Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_6 = ___configuration6; __this->set_configuration_6(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C Span_1_Slice_mDB399EE2FB990BAA7FD043B01FDF4438531C90AB_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __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_t0F38314B3246E0687D49C202988A808A8EAE0EED * L_8 = (Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mF90EDA2C7B4524F351BF8300FC47C9D146C3B93D_inline((&L_11), (Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *)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_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ReadOnlySpan_1_Slice_mF1BE8D57B1EBD1DAA878AFC7D38C9919B3226E9C_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __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, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_8 = (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m19A753A110C19315A508935C46EA96BA81A69AC7_inline((&L_11), (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * L_2 = (Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_5; L_5 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_7; L_7 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(L_7); } IL_0030: { Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * L_8 = (Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *)__this->get__pinnable_0(); NullCheck(L_8); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_9 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_11; L_11 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_13; L_13 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mFE8C56CCFBD981B4DA0A6D32380029195FFB8745_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 Span_1_Slice_mE1B86AC5E6745C7CB777D78EE00094E071266DC3_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __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_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * L_8 = (Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m00EB57E0D56D23B2D8406D5F4BB005B731BC5389_inline((&L_11), (Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *)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_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * L_2 = (Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_5; L_5 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_7; L_7 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(L_7); } IL_0030: { Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * L_8 = (Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *)__this->get__pinnable_0(); NullCheck(L_8); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_9 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_11; L_11 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_13; L_13 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m176CEAEB6386CCA2EF095FC9735B37322BF9A045_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF Span_1_Slice_m2ACA2A233351B483E8415BA6F76F534DCA805C1E_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __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_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * L_8 = (Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mC678449B1B0923C5A5341B8C7C509F162E134266_inline((&L_11), (Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *)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_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * L_2 = (Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_5; L_5 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_7; L_7 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(L_7); } IL_0030: { Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * L_8 = (Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *)__this->get__pinnable_0(); NullCheck(L_8); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_9 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_11; L_11 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_13; L_13 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m50431E7E1553BC6AF36A1E2F862C84410EE4CF9F_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 Span_1_Slice_m8A94A2281F04E4BAFB1CA855AC3B3AD5E7FB1F46_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __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_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * L_8 = (Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mB28A5FC9E3E6C2349B810A193CF217D6EAAF5AEB_inline((&L_11), (Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *)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_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * L_2 = (Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_5; L_5 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_7; L_7 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(L_7); } IL_0030: { Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * L_8 = (Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *)__this->get__pinnable_0(); NullCheck(L_8); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_9 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_11; L_11 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_13; L_13 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m1B94661F3D26F37AD88E2F80DA6E5605E7BFC53D_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA Span_1_Slice_mADEBB15CAD1264E0C2B47FF28F04D8F6558D9173_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __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_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * L_8 = (Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mED305133B642889AEBF5AFC2BD80BADFF009774E_inline((&L_11), (Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *)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_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * L_2 = (Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_5; L_5 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_7; L_7 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(L_7); } IL_0030: { Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * L_8 = (Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *)__this->get__pinnable_0(); NullCheck(L_8); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_9 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_11; L_11 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_13; L_13 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m28E34573899865E5FF23BA9F875011C389D230B9_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tC089F74404A3C46975952EE686EC533667BB207F Span_1_Slice_m25DF8A7217E853F02CEAC159C9AF0A23CC3FB59A_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __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_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * L_8 = (Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m25DBBA0903A0DFABCFBE7FB04D8183100CDE1A1B_inline((&L_11), (Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *)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_tC089F74404A3C46975952EE686EC533667BB207F )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * L_2 = (Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_5; L_5 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_7; L_7 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(L_7); } IL_0030: { Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * L_8 = (Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *)__this->get__pinnable_0(); NullCheck(L_8); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_9 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_11; L_11 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_13; L_13 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m3C15B7205B75185293799F05ECB2ADC40B57B176_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E Span_1_Slice_mC1FB5AB9AA0CBB33516FA064BCA4A6B0CFDAA801_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __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_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * L_8 = (Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m1DCDD474FCFD5EA4FB33836B005319ADCB63AAA5_inline((&L_11), (Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *)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_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * L_2 = (Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_5; L_5 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_7; L_7 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(L_7); } IL_0030: { Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * L_8 = (Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *)__this->get__pinnable_0(); NullCheck(L_8); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_9 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_11; L_11 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_13; L_13 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m6496F41590AC0C4BF7831B35A850B01AE07B2B24_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 Span_1_Slice_m13D14E709EA262FF40F2ECAE18849E4FB39822A9_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __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_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * L_8 = (Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m56A7CA5713B0F942034162420B730E14AB332455_inline((&L_11), (Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *)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_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * L_2 = (Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_5; L_5 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_7; L_7 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(L_7); } IL_0030: { Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * L_8 = (Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *)__this->get__pinnable_0(); NullCheck(L_8); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_9 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_11; L_11 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_13; L_13 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m04F37EB3E2A2D9969A42BD57D365DE1C4FE25AE4_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 Span_1_Slice_mECB3E6139C140F6ECA83F51E0697F4E26768B2CD_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __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_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * L_8 = (Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m852B0D7CAB28B333FD47F346DBC31FD30DB40DC2_inline((&L_11), (Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *)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_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * L_2 = (Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_5; L_5 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_7; L_7 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(L_7); } IL_0030: { Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * L_8 = (Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *)__this->get__pinnable_0(); NullCheck(L_8); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_9 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_11; L_11 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_13; L_13 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mBF65F19E1B312F3E3ECB0B334104437C5654DAA3_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 Span_1_Slice_mEF45C76BF20A056622F9BAC0B4E9A4BFE017A462_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __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_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * L_8 = (Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m28AACF89A115A33A1AE15E568467CC3A12FB2EB9_inline((&L_11), (Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *)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_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * L_2 = (Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_5; L_5 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_7; L_7 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(L_7); } IL_0030: { Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * L_8 = (Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *)__this->get__pinnable_0(); NullCheck(L_8); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_9 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_11; L_11 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_13; L_13 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m221D13FF2451AA8A8B82F45C6B7574939AF086A1_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 Span_1_Slice_mED8124CF61E94D5CC3B0BB3C5AB33BD12BA8F289_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __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_t722D5DF74DC35001B13A1D2875F70042B78FC21D * L_8 = (Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mFF191ECF64779FC0D99B9CF3768A94EBDB44FD51_inline((&L_11), (Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *)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_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * L_2 = (Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_5; L_5 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_7; L_7 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(L_7); } IL_0030: { Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * L_8 = (Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *)__this->get__pinnable_0(); NullCheck(L_8); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_9 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_11; L_11 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_13; L_13 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mB4F3A058E9C875E1027295E61D40AB3CC22D827A_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 Span_1_Slice_m516B6C05128C399B7FBE99B185236F3E7EA5241D_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __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_t10E223A741C035885F2C2CB7476EE1320961596B * L_8 = (Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m17C1F031D75E0E86EB7BD030D91C96DC1B13D358_inline((&L_11), (Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *)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_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * L_2 = (Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_5; L_5 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_7; L_7 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(L_7); } IL_0030: { Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * L_8 = (Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *)__this->get__pinnable_0(); NullCheck(L_8); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_9 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_11; L_11 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_13; L_13 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m566927302C1B0D90D5431E881A8292F7717879C7_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE Span_1_Slice_m9780C2AE3A48E4B6BD2CE774A250D2B5DAC874FA_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __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_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * L_8 = (Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m3ED750920F09C8405F61892A1465750ACA75C8E8_inline((&L_11), (Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *)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_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * L_2 = (Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_5; L_5 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_7; L_7 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L_7); } IL_0030: { Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * L_8 = (Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *)__this->get__pinnable_0(); NullCheck(L_8); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_9 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_11; L_11 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_13; L_13 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m837DBEE16B67AA5FBB82D94BFA6DAE1AAD49C999_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 Span_1_Slice_mB94A1C14F1B3AE7FABFBAAE89AD2865CF3D3FA7D_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __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_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * L_8 = (Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m28C6640DAB2F8E96AC0782C004657335F0C0682F_inline((&L_11), (Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *)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_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * L_2 = (Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_5; L_5 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_7; L_7 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L_7); } IL_0030: { Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * L_8 = (Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *)__this->get__pinnable_0(); NullCheck(L_8); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_9 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_11; L_11 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_13; L_13 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mC5F2E32BABADD4DC7CBCA6C09C42021DCB614B86_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC Span_1_Slice_m6802B80337A69DAC80EA21713246D122CDAE01C9_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __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_tB43F2D0577C6B595FF798F4D303C76AAE188269E * L_8 = (Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mD4F098759CA12F58148546CCDA364B23F96A17AD_inline((&L_11), (Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E *)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_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * L_2 = (Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_5; L_5 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_7; L_7 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(L_7); } IL_0030: { Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * L_8 = (Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E *)__this->get__pinnable_0(); NullCheck(L_8); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_9 = (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_11; L_11 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_13; L_13 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m2B0E380B0AE9EE64DD727D590B20C50DE0BFBD0C_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 Span_1_Slice_mCDF8FF883FE407C4A058444A1CE9EE8DC9A779F2_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __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_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * L_8 = (Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mF800F40B18E1B9F7DA07C59EBF40D96A48E5FF00_inline((&L_11), (Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 *)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_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * L_2 = (Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_5; L_5 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_7; L_7 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(L_7); } IL_0030: { Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * L_8 = (Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 *)__this->get__pinnable_0(); NullCheck(L_8); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_9 = (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_11; L_11 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_13; L_13 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m84CEA86530A516906E94048E39CB7404D11AB971_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 Span_1_Slice_m89B2FF4D01B69C3F755FFB50E41D7FE13B49806F_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __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_tA3738208DF990A8309010F42537F213129387CB3 * L_8 = (Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m729CE676EA3DF4D13FDBDED2C775429F50C7827A_inline((&L_11), (Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 *)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_tCC1479199489BFE6D630E6A191582348BD541C39 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * L_2 = (Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_5; L_5 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_7; L_7 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(L_7); } IL_0030: { Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * L_8 = (Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_9 = (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_11; L_11 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_13; L_13 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m6E87FD439A02FDA7AA9EEF58F52278CB5E8A4BC3_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A Span_1_Slice_mDA56CF4E17D0F800ED57BF7B6A8E157285EA7050_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __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_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_8 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_inline((&L_11), (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)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_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_2 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_5; L_5 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_7; L_7 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(L_7); } IL_0030: { Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_8 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_9 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_11; L_11 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_13; L_13 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_mD50ED9C8D9CF38E6F5B936F905BE06A5AD1B636D_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 Span_1_Slice_m9C6EE82CE6D86B97138323042CE110DF9F0DECEB_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __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_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_8 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m92B699FF39650041B1FFB80336F0D4C64FA01001_inline((&L_11), (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)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_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_2 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_5; L_5 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_7; L_7 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(L_7); } IL_0030: { Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_8 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_9 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_11; L_11 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_13; L_13 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m7CA16406D797634AD097A96DC9BD7C4353FCBF3A_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CHeightU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Right_mD239C9BAD29A9EBF0D28FB4E58A8D0890B8DE9B6_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Rectangle_get_X_m2FCEE276E085E1B152B86B79099D48F1AAE38E20_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); int32_t L_1; L_1 = Rectangle_get_Width_mC8351BA93636F6A4BD33400876DAD67CA5C05367_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CYU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Rectangle_get_Bottom_m72E2E04EE0CF83EE8156B50AA81DD3CC8412D540_inline (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Rectangle_get_Y_mF4D8771866F09FA2293DD27C9208DF7CB0A9A332_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); int32_t L_1; L_1 = Rectangle_get_Height_m7B8E6DF7BC34C5D56DB6C2D15D2ED3D481650204_inline((Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 *)__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_W_3(); uint8_t L_2; L_2 = A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline(L_1, /*hidden argument*/NULL); A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)__this, L_2, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReadUInt16BigEndian_m2CF82FDFFF0DB717A575FF6898073AB5E2389626_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint16_t L_1; L_1 = MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_2) { goto IL_0015; } } { uint16_t L_3 = V_0; uint16_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { uint16_t L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), L_0, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_1 = V_0; Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)__this, L_1, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___vector0; float L_5 = L_4.get_Z_2(); Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C((Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)(&V_0), L_1, L_3, L_5, /*hidden argument*/NULL); uint16_t L_6; L_6 = Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline((Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)(&V_0), /*hidden argument*/NULL); Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, L_6, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, float ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = ___right1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; memset((&L_2), 0, sizeof(L_2)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_2), L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_0, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint32_t L_0; L_0 = Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline (float ___value0, const RuntimeMethod* method) { Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC )); float L_0 = ___value0; (&V_0)->set_F_0(L_0); Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC L_1 = V_0; int32_t L_2 = L_1.get_I_1(); uint16_t L_3; L_3 = HalfTypeHelper_Pack_m2EFAE2DA4AF2CC0175F4F189E6EFAAF01479A21A(L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, float ___right1, const RuntimeMethod* method) { { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___left0; float L_1 = ___right1; float L_2 = ___right1; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3; memset((&L_3), 0, sizeof(L_3)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_3), L_1, L_2, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; L_4 = Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline(L_0, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___right1, const RuntimeMethod* method) { { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_8), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), /*hidden argument*/NULL); return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline (float ___x0, float ___y1, const RuntimeMethod* method) { uint32_t V_0 = 0; { float L_0 = ___x0; uint16_t L_1; L_1 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_0, /*hidden argument*/NULL); float L_2 = ___y1; uint16_t L_3; L_3 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_2, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_3<<(int32_t)((int32_t)16))); uint32_t L_4 = V_0; return ((int32_t)((int32_t)L_1|(int32_t)L_4)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), ((float)il2cpp_codegen_subtract((float)L_13, (float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint64_t L_0; L_0 = HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = ___vector0; float L_8 = L_7.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = ___vector0; float L_10 = L_9.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_11; L_11 = ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline(L_6, L_8, L_10, /*hidden argument*/NULL); L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, L_11, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_0, L_1, /*hidden argument*/NULL); ___vector0 = L_2; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_Half_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_6, L_7, L_8, /*hidden argument*/NULL); ___vector0 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___vector0; float L_11 = L_10.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___vector0; float L_13 = L_12.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___vector0; float L_15 = L_14.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_16; L_16 = ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline((uint8_t)il2cpp_codegen_cast_floating_point(L_11), (uint8_t)il2cpp_codegen_cast_floating_point(L_13), (uint8_t)il2cpp_codegen_cast_floating_point(L_15), /*hidden argument*/NULL); L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, L_16, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La16_ConvertFromRgbaScaledVector4_m90C66FCCDFA3921D1AA8C666FFBBCCF79F62ECFB_inline (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1 = ((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields*)il2cpp_codegen_static_fields_for(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_0, L_1, /*hidden argument*/NULL); ___vector0 = L_2; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields*)il2cpp_codegen_static_fields_for(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var))->get_Half_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields*)il2cpp_codegen_static_fields_for(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_6, L_7, L_8, /*hidden argument*/NULL); ___vector0 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___vector0; float L_11 = L_10.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___vector0; float L_13 = L_12.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___vector0; float L_15 = L_14.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_16; L_16 = ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline((uint8_t)il2cpp_codegen_cast_floating_point(L_11), (uint8_t)il2cpp_codegen_cast_floating_point(L_13), (uint8_t)il2cpp_codegen_cast_floating_point(L_15), /*hidden argument*/NULL); __this->set_L_2(L_16); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_17 = ___vector0; float L_18 = L_17.get_W_3(); __this->set_A_3((uint8_t)il2cpp_codegen_cast_floating_point(L_18)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_ConvertFromRgbaScaledVector4_m6CF47024EE24CF89BD138642520A4AE2CD5AD9FB_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = ___vector0; float L_8 = L_7.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = ___vector0; float L_10 = L_9.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_11; L_11 = ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline(L_6, L_8, L_10, /*hidden argument*/NULL); __this->set_L_0(L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___vector0; float L_13 = L_12.get_W_3(); float L_14; L_14 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_13, /*hidden argument*/NULL); __this->set_A_1((uint16_t)il2cpp_codegen_cast_floating_point(L_14)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t NormalizedByte2_Pack_m6CE88C97823CD69364283CC30C12682807E53B48_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1 = ((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var))->get_MinusOne_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2; L_2 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3; L_3 = Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var))->get_Half_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___vector0; float L_7 = L_6.get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_9; L_9 = Convert_ToInt16_m608D6BE29E0B1BFCE220127333A8745FA6536D63(L_8, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_10 = ___vector0; float L_11 = L_10.get_Y_1(); double L_12; L_12 = bankers_round(((double)((double)L_11))); int16_t L_13; L_13 = Convert_ToInt16_m608D6BE29E0B1BFCE220127333A8745FA6536D63(L_12, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint16_t)L_13))&(int32_t)((int32_t)255)))<<(int32_t)8)); int32_t L_14 = V_0; return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint16_t)L_9))&(int32_t)((int32_t)255)))|(int32_t)L_14)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_set_PackedValue_m4789D3F6B4CB4329C425CB662CFD9242A874A379_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromVector4_mB68D741A2843AEE85FFF4373D7696D2C2242EEEE_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var); uint32_t L_0; L_0 = NormalizedByte4_Pack_m25D15506F2CE19FA844919BF2187F62AA686ECBD_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); NormalizedByte4_set_PackedValue_m7CA2C4A29ABDD2A7BEFC854960090DA9EFEE4E5D_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NormalizedShort2_Pack_m1AD820D26D9FF9E17FC194E70144B23E466C0B1C_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1 = ((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var))->get_Max_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2; L_2 = Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline(L_0, L_1, /*hidden argument*/NULL); ___vector0 = L_2; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3 = ___vector0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var))->get_Min_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5 = ((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var))->get_Max_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6; L_6 = Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline(L_3, L_4, L_5, /*hidden argument*/NULL); ___vector0 = L_6; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7 = ___vector0; float L_8 = L_7.get_X_0(); float L_9; L_9 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_8, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_10 = ___vector0; float L_11 = L_10.get_Y_1(); float L_12; L_12 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_11, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_12))&(int32_t)((int32_t)65535)))<<(int32_t)((int32_t)16))); uint32_t L_13 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9))&(int32_t)((int32_t)65535)))|(int32_t)L_13)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_set_PackedValue_m9AAFAC013EC0B1280CAB5CE61A8DAF21BE50BD87_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromRgba64_m379C68C51759467319F75B1AAAEE16678E603839_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromRgba64_m268206D51CD3611C38AFA1B91F10D864ECCCC4E2_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_3(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_2(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_1(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = ___source0; uint16_t L_10 = L_9.get_A_3(); uint8_t L_11; L_11 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_10, /*hidden argument*/NULL); __this->set_A_0(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromRgba64_m4A3FD9BAE5AFB06387033C02CABCC55AAACEEAE5_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_1(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_2(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_3(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = ___source0; uint16_t L_10 = L_9.get_A_3(); uint8_t L_11; L_11 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_10, /*hidden argument*/NULL); __this->set_A_0(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba64_mD173E28EE269CDD7847975D76437B19142275E9A_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_2(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_1(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_0(L_8); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromRgba64_m8E0E43770A6BD1BA24E3E9F9530B257CF5A848A5_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromRgba64_mC16E4A87FAE97CDF497AFD5E14CECD4795EE41FD_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_2(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_1(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_0(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = ___source0; uint16_t L_10 = L_9.get_A_3(); uint8_t L_11; L_11 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_10, /*hidden argument*/NULL); __this->set_A_3(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromRgba64_m4E436B6D045A92CA560D301BC78BFC9EF6910780_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromRgba64_m037D1F8A6B388D88E755848EE67AA1A7A2231468_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromRgba64_mFAAD01BCD8F1EEE02754B1132D1679A8E56E300E_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromRgba64_mC592BB26A4E72549FB43FD88679528FB42F17BB5_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromRgba64_m4438111F772E321AF66A54782EB845F5C43772B9_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromRgba64_m958D1915C1323308BA2AA58AB62341666774154D_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromRgba64_m3957AE6CDC286A45FB26B413B859503975112054_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_2 = ___source0; uint16_t L_3 = L_2.get_G_1(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_4 = ___source0; uint16_t L_5 = L_4.get_B_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_6; L_6 = ColorNumerics_Get16BitBT709Luminance_mC7601D1DEEF3EEA4487A44A04F27BDCE240FAC16_inline(L_1, L_3, L_5, /*hidden argument*/NULL); L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, L_6, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromRgba64_mFC46AB674C1A97E5AEE7DB90CAEA1066B994DFE6_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); uint8_t L_9; L_9 = ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline(L_2, L_5, L_8, /*hidden argument*/NULL); L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, L_9, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_FromRgba64_mF19FEA17F04ED6EC3A88EB7E6CB2758A4C368AFF_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_2 = ___source0; uint16_t L_3 = L_2.get_G_1(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_4 = ___source0; uint16_t L_5 = L_4.get_B_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_6; L_6 = ColorNumerics_Get16BitBT709Luminance_mC7601D1DEEF3EEA4487A44A04F27BDCE240FAC16_inline(L_1, L_3, L_5, /*hidden argument*/NULL); __this->set_L_0(L_6); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_7 = ___source0; uint16_t L_8 = L_7.get_A_3(); __this->set_A_1(L_8); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_FromRgba64_mADA69B96565C90F3C73C5DA49C1EA5A1AD24B230_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromRgba64_mB3BFB28CA1B7685A24F6FDD9A3EBDEB812CF0510_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_FromRgba64_m40A95564595AF83B53C65D73091D41FD95C9FB6F_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromRgba64_m8B98A049A87A1B2484D78B71846B9D253BED190B_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (2.0f), /*hidden argument*/NULL); ___vector0 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline(L_2, L_3, /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; NormalizedShort4_FromVector4_m2D9CB47367215FAC0A4127EA5668749937E1BC7F_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromRgba64_mFC727F236BA01EAACC4634418350BD373F82AC74_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rg32_FromVector4_m7190BC219E3FDC310A5C0348FC0B803DDEA69294_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromRgba64_m4BD5FCD86D1B7124FE91C9CC0639AB52E1AF1CF8_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_0(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_1(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_2(L_8); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromScaledVector4_m4D63BA77DDF06E3054217D095981DAB38A262D7E_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgb24_FromVector4_mF1B830F312DD222856C6F1334063FD598FF7EA8B_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromRgba64_m8D2D5CD4F543C3EAB7D27A335747060BFFCEB6CB_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_0; L_0 = Rgba64_get_Rgb_mFC2E4D0122BBF12286BEEFFF838658B4C5045875_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); *(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)__this = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromScaledVector4_mD7671E932ED1132846FC64D3332EA237B3502947_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgb48_FromVector4_m8FFE922830DB69BE37C13DFFDDC5CA374089D7C0_inline((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromRgba64_m28DA43F24BF0DB0D85405D08899838CA14173D1B_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba1010102_FromVector4_m568A21AA7FE0593011979E9397C00E093BBFE5E3_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromRgba64_mD3312D13CDC70A1D9E42A597984A6D60FAA525C4_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_0(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_1(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_2(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = ___source0; uint16_t L_10 = L_9.get_A_3(); uint8_t L_11; L_11 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_10, /*hidden argument*/NULL); __this->set_A_3(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromScaledVector4_mC1723A2DAD9B3E710EA111A66E1FBAD107CB9D2D_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromRgba64_m1C83CC8FC6D911B659982D86D7BC51FAA521789B_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; *(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)__this = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromScaledVector4_m432EB442B26E1A9D49F97829C1C77AD1AC8CAF96_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba64_FromVector4_m19E0D698D27BF30E024200BB837E863FF99B649F_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromRgba64_mB6A7778E3568448BC30ABBE200D5194E46A525EA_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; RgbaVector_FromVector4_mEF5F780A05D9E22D2E2793C69EA890DCB5807623_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_FromRgba64_mFD2B511E3809A2C46B60E7ADD12657E175C81F7A_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline(L_4, (65534.0f), /*hidden argument*/NULL); V_0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7; memset((&L_7), 0, sizeof(L_7)); Vector2__ctor_m23DE3099B38383DB35C1EAC7CE065DD421CC3510((&L_7), (32767.0f), /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; L_8 = Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = Short2_Pack_m8A7753F894DE4CB78A59D3F03BA98248E05E63F7_inline(L_9, /*hidden argument*/NULL); Short2_set_PackedValue_mBF2FB5BA80EB14454CAC49036655C5A934E3A559_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)__this, L_10, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromRgba64_m30AC5BDB5F8761AB9AB1C7E38DEF7569D3F35F21_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (65534.0f), /*hidden argument*/NULL); ___vector0 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; memset((&L_3), 0, sizeof(L_3)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_3), (32767.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline(L_2, L_3, /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; Short4_FromVector4_m519AA6025A1F7F2FE3946C845C5102F63B63155F_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 Memory_1_get_Span_m928F551E59E8B11542D25F22BFBCB34260C42A5B_gshared_inline (Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 * __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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 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_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB *)((MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_2; L_2 = VirtualFuncInvoker0< Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB *)((MemoryManager_1_t9E58EA5F1DAC0777AB0DA3E4BEDE18FC6C9288DB *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))); V_0 = (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_5; L_5 = Span_1_Slice_m157B961DCCE7BFF55FC13E507CAACD83E9F2EB11_inline((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )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_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * L_14; L_14 = (( Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * (*) (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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_18; memset((&L_18), 0, sizeof(L_18)); Span_1__ctor_mC9BB64245FF3040A8CAE81A17D505D941AF1ECF1_inline((&L_18), (Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 *)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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_18; int32_t L_19 = (int32_t)__this->get__index_1(); int32_t L_20 = (int32_t)__this->get__length_2(); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_21; L_21 = Span_1_Slice_m157B961DCCE7BFF55FC13E507CAACD83E9F2EB11_inline((Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 *)(&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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_26; memset((&L_26), 0, sizeof(L_26)); Span_1__ctor_m75198CA271176357ADBF4264AF513C6AAF927EFE_inline((&L_26), (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_26; } IL_00b4: { il2cpp_codegen_initobj((&V_0), sizeof(Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )); Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_27 = V_0; return (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_27; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mF90EDA2C7B4524F351BF8300FC47C9D146C3B93D_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * 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 ReadOnlySpan_1__ctor_m19A753A110C19315A508935C46EA96BA81A69AC7_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * 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_m00EB57E0D56D23B2D8406D5F4BB005B731BC5389_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * 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_mC678449B1B0923C5A5341B8C7C509F162E134266_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * 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_mB28A5FC9E3E6C2349B810A193CF217D6EAAF5AEB_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * 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_mED305133B642889AEBF5AFC2BD80BADFF009774E_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * 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_m25DBBA0903A0DFABCFBE7FB04D8183100CDE1A1B_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * 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_m1DCDD474FCFD5EA4FB33836B005319ADCB63AAA5_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * 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_m56A7CA5713B0F942034162420B730E14AB332455_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * 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_m852B0D7CAB28B333FD47F346DBC31FD30DB40DC2_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * 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_m28AACF89A115A33A1AE15E568467CC3A12FB2EB9_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * 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_mFF191ECF64779FC0D99B9CF3768A94EBDB44FD51_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * 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_m17C1F031D75E0E86EB7BD030D91C96DC1B13D358_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * 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_m3ED750920F09C8405F61892A1465750ACA75C8E8_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * 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_m28C6640DAB2F8E96AC0782C004657335F0C0682F_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * 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_mD4F098759CA12F58148546CCDA364B23F96A17AD_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * 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_mF800F40B18E1B9F7DA07C59EBF40D96A48E5FF00_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * 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_m729CE676EA3DF4D13FDBDED2C775429F50C7827A_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * 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_m3BEDF60C9DB1F6D4A20B2340B5EE214975BF2B4B_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * 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_m92B699FF39650041B1FFB80336F0D4C64FA01001_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * 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 uint8_t A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline (float ___alpha0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___alpha0; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline(L_0, (0.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_2; L_2 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f)))))); return (uint8_t)il2cpp_codegen_cast_floating_point(L_2); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline (uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; uint16_t L_1 = ___value0; return (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0>>(int32_t)8)), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)8)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_3((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_2((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_1((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_0((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_1((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_2((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_3((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_0((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___source0, const RuntimeMethod* method) { { Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_0; L_0 = Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&___source0), /*hidden argument*/NULL); *(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)__this = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_0 = ___vector0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_1 = ___vector0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_2 = (*(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)L_1); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_3; L_3 = Vector3_get_Zero_mACEA51197DC0E58F0D1A9E5F06B4E4FB459EAF3D(/*hidden argument*/NULL); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_4; L_4 = Vector3_get_One_m15396B518DD28586E12E43EB461367FCED17D1A1(/*hidden argument*/NULL); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_5; L_5 = Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)L_0 = L_5; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(31.0f)))))); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(63.0f)))))); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(31.0f)))))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)31)))<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)63)))<<(int32_t)5))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)31))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_2((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_1((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_0((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_3((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_W_3(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_X_0(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Y_1(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_Z_2(); double L_17; L_17 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_16, (float)(15.0f)))))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)15)))<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)15)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)15)))<<(int32_t)4))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17))&(int32_t)((int32_t)15))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_W_3(); double L_17; L_17 = bankers_round(((double)((double)L_16))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)31)))<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)31)))<<(int32_t)5))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17))&(int32_t)1))<<(int32_t)((int32_t)15))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), ((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)), ((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)), ((float)il2cpp_codegen_multiply((float)L_13, (float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_4), (255.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)L_10))); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_11)&(int32_t)((int32_t)255)))<<(int32_t)8)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)L_13))); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_14)&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_W_3(); double L_17; L_17 = bankers_round(((double)((double)L_16))); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_17)&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24))); uint32_t L_18 = V_0; uint32_t L_19 = V_1; uint32_t L_20 = V_2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_8)&(int32_t)((int32_t)255)))|(int32_t)L_18))|(int32_t)L_19))|(int32_t)L_20)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___right1, const RuntimeMethod* method) { { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_8), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), ((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)), /*hidden argument*/NULL); return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; float L_1 = L_0->get_X_0(); uint16_t L_2; L_2 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3 = ___vector0; float L_4 = L_3->get_Y_1(); uint16_t L_5; L_5 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_4, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_5))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_Z_2(); uint16_t L_8; L_8 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_7, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_8))<<(int32_t)((int32_t)32))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_W_3(); uint16_t L_11; L_11 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_10, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_11))<<(int32_t)((int32_t)48))); uint64_t L_12 = V_0; uint64_t L_13 = V_1; uint64_t L_14 = V_2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_2))|(int64_t)L_12))|(int64_t)L_13))|(int64_t)L_14)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___min1, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___max2, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1 = ___min1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline(L_0, L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ___max2; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline(L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline (float ___r0, float ___g1, float ___b2, const RuntimeMethod* method) { { float L_0 = ___r0; float L_1 = ___g1; float L_2 = ___b2; return (uint16_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)(0.212599993f))), (float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.715200007f))))), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)(0.0722000003f))))), (float)(0.5f)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), ((float)il2cpp_codegen_add((float)L_13, (float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline (uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method) { { uint8_t L_0 = ___r0; uint8_t L_1 = ___g1; uint8_t L_2 = ___b2; return (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_0)), (float)(0.212599993f))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_1)), (float)(0.715200007f))))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_2)), (float)(0.0722000003f))))), (float)(0.5f)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___value10, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___min1, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___max2, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float G_B3_0 = 0.0f; float G_B6_0 = 0.0f; float G_B9_0 = 0.0f; float G_B12_0 = 0.0f; { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___value10; float L_1 = L_0.get_X_0(); V_0 = L_1; float L_2 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3 = ___max2; float L_4 = L_3.get_X_0(); if ((((float)L_2) > ((float)L_4))) { goto IL_0013; } } { float L_5 = V_0; G_B3_0 = L_5; goto IL_0019; } IL_0013: { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___max2; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_0019: { V_0 = G_B3_0; float L_8 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = ___min1; float L_10 = L_9.get_X_0(); if ((((float)L_8) < ((float)L_10))) { goto IL_0026; } } { float L_11 = V_0; G_B6_0 = L_11; goto IL_002c; } IL_0026: { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_12 = ___min1; float L_13 = L_12.get_X_0(); G_B6_0 = L_13; } IL_002c: { V_0 = G_B6_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_14 = ___value10; float L_15 = L_14.get_Y_1(); V_1 = L_15; float L_16 = V_1; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_17 = ___max2; float L_18 = L_17.get_Y_1(); if ((((float)L_16) > ((float)L_18))) { goto IL_0040; } } { float L_19 = V_1; G_B9_0 = L_19; goto IL_0046; } IL_0040: { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_20 = ___max2; float L_21 = L_20.get_Y_1(); G_B9_0 = L_21; } IL_0046: { V_1 = G_B9_0; float L_22 = V_1; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_23 = ___min1; float L_24 = L_23.get_Y_1(); if ((((float)L_22) < ((float)L_24))) { goto IL_0053; } } { float L_25 = V_1; G_B12_0 = L_25; goto IL_0059; } IL_0053: { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_26 = ___min1; float L_27 = L_26.get_Y_1(); G_B12_0 = L_27; } IL_0059: { V_1 = G_B12_0; float L_28 = V_0; float L_29 = V_1; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_30; memset((&L_30), 0, sizeof(L_30)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_30), L_28, L_29, /*hidden argument*/NULL); return L_30; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NormalizedByte4_Pack_m25D15506F2CE19FA844919BF2187F62AA686ECBD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var))->get_MinusOne_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var))->get_Half_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_5, L_6, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_7; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8 = ___vector0; float L_9 = L_8->get_X_0(); float L_10; L_10 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_11; L_11 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_10, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Y_1(); float L_14; L_14 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_13, /*hidden argument*/NULL); int16_t L_15; L_15 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_14, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))<<(int32_t)8)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_Z_2(); float L_18; L_18 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_17, /*hidden argument*/NULL); int16_t L_19; L_19 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_18, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_W_3(); float L_22; L_22 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_21, /*hidden argument*/NULL); int16_t L_23; L_23 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_22, /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24))); uint32_t L_24 = V_0; uint32_t L_25 = V_1; uint32_t L_26 = V_2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))|(int32_t)L_24))|(int32_t)L_25))|(int32_t)L_26)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_set_PackedValue_m7CA2C4A29ABDD2A7BEFC854960090DA9EFEE4E5D_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToVector4_mCA2213A8474A88C7077EA354DED8BE977762BAC8_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)__this, /*hidden argument*/NULL); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline (uint16_t ___component0, const RuntimeMethod* method) { { uint16_t L_0 = ___component0; return (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)255))), (int32_t)((int32_t)32895)))>>(int32_t)((int32_t)16))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_mC7601D1DEEF3EEA4487A44A04F27BDCE240FAC16_inline (uint16_t ___r0, uint16_t ___g1, uint16_t ___b2, const RuntimeMethod* method) { { uint16_t L_0 = ___r0; uint16_t L_1 = ___g1; uint16_t L_2 = ___b2; return (uint16_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_0)), (float)(0.212599993f))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_1)), (float)(0.715200007f))))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_2)), (float)(0.0722000003f))))), (float)(0.5f)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromVector4_m2D9CB47367215FAC0A4127EA5668749937E1BC7F_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var); uint64_t L_0; L_0 = NormalizedShort4_Pack_m76EC3879451ED829C3D964F5B42E8335066C929C_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); NormalizedShort4_set_PackedValue_m83DC9831DAFA09C6A3A712A9319AF721EA11A3C1_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromVector4_m7190BC219E3FDC310A5C0348FC0B803DDEA69294_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((Vector2_t1455881409307224D6099F54FA7E478733EEF61D *)(&V_0), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var); uint32_t L_5; L_5 = Rg32_Pack_mB7A7885FCF02BD1C74D3B8C329BDEA8E0A368A0F_inline(L_4, /*hidden argument*/NULL); Rg32_set_PackedValue_m74ABF186E3E7E6A61E71331DB09BD8D8EA3E079D_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromVector4_mF1B830F312DD222856C6F1334063FD598FF7EA8B_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Rgb24_Pack_mDDB1AF4A7E87BF6B828002324F38262C0711C51F_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Rgba64_get_Rgb_mFC2E4D0122BBF12286BEEFFF838658B4C5045875_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_0; L_0 = Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)__this, /*hidden argument*/Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_RuntimeMethod_var); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_1; L_1 = Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_0, /*hidden argument*/Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_RuntimeMethod_var); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_2 = (*(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_1); return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromVector4_m8FFE922830DB69BE37C13DFFDDC5CA374089D7C0_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); float L_7; L_7 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_6, /*hidden argument*/NULL); __this->set_R_0((uint16_t)il2cpp_codegen_cast_floating_point(L_7)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___vector0; float L_9 = L_8.get_Y_1(); float L_10; L_10 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_9, /*hidden argument*/NULL); __this->set_G_1((uint16_t)il2cpp_codegen_cast_floating_point(L_10)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11 = ___vector0; float L_12 = L_11.get_Z_2(); float L_13; L_13 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_12, /*hidden argument*/NULL); __this->set_B_2((uint16_t)il2cpp_codegen_cast_floating_point(L_13)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromVector4_m568A21AA7FE0593011979E9397C00E093BBFE5E3_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var); uint32_t L_0; L_0 = Rgba1010102_Pack_m296112B0492CE04E1DFF0764461E613440699466_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Rgba1010102_set_PackedValue_mBDF51AE3DE7B6742EA826750D1FC03A81DB85B0A_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromVector4_m19E0D698D27BF30E024200BB837E863FF99B649F_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); float L_7; L_7 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_6, /*hidden argument*/NULL); __this->set_R_0((uint16_t)il2cpp_codegen_cast_floating_point(L_7)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___vector0; float L_9 = L_8.get_Y_1(); float L_10; L_10 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_9, /*hidden argument*/NULL); __this->set_G_1((uint16_t)il2cpp_codegen_cast_floating_point(L_10)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11 = ___vector0; float L_12 = L_11.get_Z_2(); float L_13; L_13 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_12, /*hidden argument*/NULL); __this->set_B_2((uint16_t)il2cpp_codegen_cast_floating_point(L_13)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___vector0; float L_15 = L_14.get_W_3(); float L_16; L_16 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_15, /*hidden argument*/NULL); __this->set_A_3((uint16_t)il2cpp_codegen_cast_floating_point(L_16)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromVector4_mEF5F780A05D9E22D2E2793C69EA890DCB5807623_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); ___vector0 = L_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___vector0; float L_5 = L_4.get_X_0(); __this->set_R_0(L_5); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___vector0; float L_7 = L_6.get_Y_1(); __this->set_G_1(L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___vector0; float L_9 = L_8.get_Z_2(); __this->set_B_2(L_9); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___vector0; float L_11 = L_10.get_W_3(); __this->set_A_3(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Short2_Pack_m8A7753F894DE4CB78A59D3F03BA98248E05E63F7_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1 = ((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields*)il2cpp_codegen_static_fields_for(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var))->get_Min_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2 = ((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields*)il2cpp_codegen_static_fields_for(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var))->get_Max_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3; L_3 = Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline(L_0, L_1, L_2, /*hidden argument*/NULL); ___vector0 = L_3; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ___vector0; float L_5 = L_4.get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_6; L_6 = bankers_round(((double)((double)L_5))); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_6, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8 = ___vector0; float L_9 = L_8.get_Y_1(); double L_10; L_10 = bankers_round(((double)((double)L_9))); int32_t L_11; L_11 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_10, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)65535)))<<(int32_t)((int32_t)16))); uint32_t L_12 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)65535)))|(int32_t)L_12)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_set_PackedValue_mBF2FB5BA80EB14454CAC49036655C5A934E3A559_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromVector4_m519AA6025A1F7F2FE3946C845C5102F63B63155F_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var); uint64_t L_0; L_0 = Short4_Pack_m7B580A2AAB3B54363B6930F4A04310CB7B9F65A7_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Short4_set_PackedValue_mE2509C3F76A66E380647E1EE0F7C50BA019BA8BD_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)__this, L_0, /*hidden argument*/NULL); return; } } 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 uint16_t MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_5 = ___source0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint16_t L_7; L_7 = (( uint16_t (*) (uint8_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (uint16_t)L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 Span_1_Slice_m157B961DCCE7BFF55FC13E507CAACD83E9F2EB11_gshared_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __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_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * L_8 = (Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_mC9BB64245FF3040A8CAE81A17D505D941AF1ECF1_inline((&L_11), (Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 *)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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BB64245FF3040A8CAE81A17D505D941AF1ECF1_gshared_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * 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_m75198CA271176357ADBF4264AF513C6AAF927EFE_gshared_inline (Span_1_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___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; } float V_0 = 0.0f; { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* 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_tBB341C27BABE11B1AA2DDECF23E534D7A517DAA9 )); return; } IL_0017: { il2cpp_codegen_initobj((&V_0), sizeof(float)); goto IL_0043; } { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* 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; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* 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; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* 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); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_15 = ___array0; Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * L_16; L_16 = (( Pinnable_1_t9AFBBEC5F2EA0CDA8CCE0034AF76BC98F3CA2731 * (*) (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_t18824AA36908023A0DA63043CB3EE0EDC56B38F0_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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) { { float L_0 = ___value0; float L_1 = ___max2; if ((!(((float)L_0) > ((float)L_1)))) { goto IL_0006; } } { float L_2 = ___max2; return L_2; } IL_0006: { float L_3 = ___value0; float L_4 = ___min1; if ((!(((float)L_3) < ((float)L_4)))) { goto IL_000c; } } { float L_5 = ___min1; return L_5; } IL_000c: { float L_6 = ___value0; return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_0((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_1((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_2((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_3((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_R_0(); uint8_t L_1 = __this->get_G_1(); uint8_t L_2 = __this->get_B_2(); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_3; memset((&L_3), 0, sizeof(L_3)); Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___value10, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___min1, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___max2, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float G_B3_0 = 0.0f; float G_B6_0 = 0.0f; float G_B9_0 = 0.0f; float G_B12_0 = 0.0f; float G_B15_0 = 0.0f; float G_B18_0 = 0.0f; { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_0 = ___value10; float L_1 = L_0.get_X_0(); V_0 = L_1; float L_2 = V_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_3 = ___max2; float L_4 = L_3.get_X_0(); if ((((float)L_2) > ((float)L_4))) { goto IL_0013; } } { float L_5 = V_0; G_B3_0 = L_5; goto IL_0019; } IL_0013: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_6 = ___max2; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_0019: { V_0 = G_B3_0; float L_8 = V_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_9 = ___min1; float L_10 = L_9.get_X_0(); if ((((float)L_8) < ((float)L_10))) { goto IL_0026; } } { float L_11 = V_0; G_B6_0 = L_11; goto IL_002c; } IL_0026: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_12 = ___min1; float L_13 = L_12.get_X_0(); G_B6_0 = L_13; } IL_002c: { V_0 = G_B6_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_14 = ___value10; float L_15 = L_14.get_Y_1(); V_1 = L_15; float L_16 = V_1; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_17 = ___max2; float L_18 = L_17.get_Y_1(); if ((((float)L_16) > ((float)L_18))) { goto IL_0040; } } { float L_19 = V_1; G_B9_0 = L_19; goto IL_0046; } IL_0040: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_20 = ___max2; float L_21 = L_20.get_Y_1(); G_B9_0 = L_21; } IL_0046: { V_1 = G_B9_0; float L_22 = V_1; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_23 = ___min1; float L_24 = L_23.get_Y_1(); if ((((float)L_22) < ((float)L_24))) { goto IL_0053; } } { float L_25 = V_1; G_B12_0 = L_25; goto IL_0059; } IL_0053: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_26 = ___min1; float L_27 = L_26.get_Y_1(); G_B12_0 = L_27; } IL_0059: { V_1 = G_B12_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_28 = ___value10; float L_29 = L_28.get_Z_2(); V_2 = L_29; float L_30 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_31 = ___max2; float L_32 = L_31.get_Z_2(); if ((((float)L_30) > ((float)L_32))) { goto IL_006d; } } { float L_33 = V_2; G_B15_0 = L_33; goto IL_0073; } IL_006d: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_34 = ___max2; float L_35 = L_34.get_Z_2(); G_B15_0 = L_35; } IL_0073: { V_2 = G_B15_0; float L_36 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_37 = ___min1; float L_38 = L_37.get_Z_2(); if ((((float)L_36) < ((float)L_38))) { goto IL_0080; } } { float L_39 = V_2; G_B18_0 = L_39; goto IL_0086; } IL_0080: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_40 = ___min1; float L_41 = L_40.get_Z_2(); G_B18_0 = L_41; } IL_0086: { V_2 = G_B18_0; float L_42 = V_0; float L_43 = V_1; float L_44 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_45; memset((&L_45), 0, sizeof(L_45)); Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C((&L_45), L_42, L_43, L_44, /*hidden argument*/NULL); return L_45; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method) { float G_B3_0 = 0.0f; float G_B5_0 = 0.0f; float G_B4_0 = 0.0f; float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; float G_B7_0 = 0.0f; float G_B7_1 = 0.0f; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; float G_B9_2 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float G_B11_2 = 0.0f; float G_B10_0 = 0.0f; float G_B10_1 = 0.0f; float G_B10_2 = 0.0f; float G_B12_0 = 0.0f; float G_B12_1 = 0.0f; float G_B12_2 = 0.0f; float G_B12_3 = 0.0f; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value10; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___value21; float L_3 = L_2.get_X_0(); if ((((float)L_1) > ((float)L_3))) { goto IL_0016; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___value21; float L_5 = L_4.get_X_0(); G_B3_0 = L_5; goto IL_001c; } IL_0016: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___value10; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_001c: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___value10; float L_9 = L_8.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___value21; float L_11 = L_10.get_Y_1(); G_B4_0 = G_B3_0; if ((((float)L_9) > ((float)L_11))) { G_B5_0 = G_B3_0; goto IL_0032; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___value21; float L_13 = L_12.get_Y_1(); G_B6_0 = L_13; G_B6_1 = G_B4_0; goto IL_0038; } IL_0032: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___value10; float L_15 = L_14.get_Y_1(); G_B6_0 = L_15; G_B6_1 = G_B5_0; } IL_0038: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16 = ___value10; float L_17 = L_16.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_18 = ___value21; float L_19 = L_18.get_Z_2(); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if ((((float)L_17) > ((float)L_19))) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; goto IL_004e; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20 = ___value21; float L_21 = L_20.get_Z_2(); G_B9_0 = L_21; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0054; } IL_004e: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22 = ___value10; float L_23 = L_22.get_Z_2(); G_B9_0 = L_23; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0054: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_24 = ___value10; float L_25 = L_24.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_26 = ___value21; float L_27 = L_26.get_W_3(); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; if ((((float)L_25) > ((float)L_27))) { G_B11_0 = G_B9_0; G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; goto IL_006a; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28 = ___value21; float L_29 = L_28.get_W_3(); G_B12_0 = L_29; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_0070; } IL_006a: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30 = ___value10; float L_31 = L_30.get_W_3(); G_B12_0 = L_31; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_0070: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_32; memset((&L_32), 0, sizeof(L_32)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_32), G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); return L_32; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method) { float G_B3_0 = 0.0f; float G_B5_0 = 0.0f; float G_B4_0 = 0.0f; float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; float G_B7_0 = 0.0f; float G_B7_1 = 0.0f; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; float G_B9_2 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float G_B11_2 = 0.0f; float G_B10_0 = 0.0f; float G_B10_1 = 0.0f; float G_B10_2 = 0.0f; float G_B12_0 = 0.0f; float G_B12_1 = 0.0f; float G_B12_2 = 0.0f; float G_B12_3 = 0.0f; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value10; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___value21; float L_3 = L_2.get_X_0(); if ((((float)L_1) < ((float)L_3))) { goto IL_0016; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___value21; float L_5 = L_4.get_X_0(); G_B3_0 = L_5; goto IL_001c; } IL_0016: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___value10; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_001c: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___value10; float L_9 = L_8.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___value21; float L_11 = L_10.get_Y_1(); G_B4_0 = G_B3_0; if ((((float)L_9) < ((float)L_11))) { G_B5_0 = G_B3_0; goto IL_0032; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___value21; float L_13 = L_12.get_Y_1(); G_B6_0 = L_13; G_B6_1 = G_B4_0; goto IL_0038; } IL_0032: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___value10; float L_15 = L_14.get_Y_1(); G_B6_0 = L_15; G_B6_1 = G_B5_0; } IL_0038: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16 = ___value10; float L_17 = L_16.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_18 = ___value21; float L_19 = L_18.get_Z_2(); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if ((((float)L_17) < ((float)L_19))) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; goto IL_004e; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20 = ___value21; float L_21 = L_20.get_Z_2(); G_B9_0 = L_21; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0054; } IL_004e: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22 = ___value10; float L_23 = L_22.get_Z_2(); G_B9_0 = L_23; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0054: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_24 = ___value10; float L_25 = L_24.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_26 = ___value21; float L_27 = L_26.get_W_3(); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; if ((((float)L_25) < ((float)L_27))) { G_B11_0 = G_B9_0; G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; goto IL_006a; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28 = ___value21; float L_29 = L_28.get_W_3(); G_B12_0 = L_29; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_0070; } IL_006a: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30 = ___value10; float L_31 = L_30.get_W_3(); G_B12_0 = L_31; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_0070: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_32; memset((&L_32), 0, sizeof(L_32)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_32), G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); return L_32; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba64_ToVector4_mCA2213A8474A88C7077EA354DED8BE977762BAC8_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_R_0(); uint16_t L_1 = __this->get_G_1(); uint16_t L_2 = __this->get_B_2(); uint16_t L_3 = __this->get_A_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)L_0)), ((float)((float)L_1)), ((float)((float)L_2)), ((float)((float)L_3)), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Vector4_op_Division_m82E4033E7058CE4787854874FEED0377803C0EE8_inline(L_4, (65535.0f), /*hidden argument*/NULL); return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NormalizedShort4_Pack_m76EC3879451ED829C3D964F5B42E8335066C929C_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var))->get_Max_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var))->get_Min_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = ((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var))->get_Max_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10; L_10 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_7, L_8, L_9, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_10; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; float L_12 = L_11->get_X_0(); float L_13; L_13 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_13, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_Y_1(); float L_17; L_17 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_16, /*hidden argument*/NULL); int32_t L_18; L_18 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_17, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_18))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_19 = ___vector0; float L_20 = L_19->get_Z_2(); float L_21; L_21 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_20, /*hidden argument*/NULL); int32_t L_22; L_22 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_21, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_22))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)32))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_23 = ___vector0; float L_24 = L_23->get_W_3(); float L_25; L_25 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_24, /*hidden argument*/NULL); int32_t L_26; L_26 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_25, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_26))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)48))); uint64_t L_27 = V_0; uint64_t L_28 = V_1; uint64_t L_29 = V_2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_14))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))|(int64_t)L_27))|(int64_t)L_28))|(int64_t)L_29)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_set_PackedValue_m83DC9831DAFA09C6A3A712A9319AF721EA11A3C1_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Rg32_Pack_mB7A7885FCF02BD1C74D3B8C329BDEA8E0A368A0F_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___vector0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1; L_1 = Vector2_get_Zero_mE2238C1104703545C28EE1FB6874C0F1DF3CF89D(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2; L_2 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3; L_3 = Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline(L_0, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_StaticFields*)il2cpp_codegen_static_fields_for(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var))->get_Max_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___vector0; float L_7 = L_6.get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = ___vector0; float L_10 = L_9.get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)L_10))); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)65535)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)65535)))<<(int32_t)((int32_t)16))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_set_PackedValue_m74ABF186E3E7E6A61E71331DB09BD8D8EA3E079D_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_Pack_mDDB1AF4A7E87BF6B828002324F38262C0711C51F_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields*)il2cpp_codegen_static_fields_for(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var))->get_MaxBytes_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields*)il2cpp_codegen_static_fields_for(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var))->get_Half_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields*)il2cpp_codegen_static_fields_for(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var))->get_MaxBytes_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_0((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_1((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_2((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Rgba1010102_Pack_m296112B0492CE04E1DFF0764461E613440699466_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_StaticFields*)il2cpp_codegen_static_fields_for(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var))->get_Multiplier_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_5, L_6, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_7; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8 = ___vector0; float L_9 = L_8->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_10; L_10 = bankers_round(((double)((double)L_9))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; float L_12 = L_11->get_Y_1(); double L_13; L_13 = bankers_round(((double)((double)L_12))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_14 = ___vector0; float L_15 = L_14->get_Z_2(); double L_16; L_16 = bankers_round(((double)((double)L_15))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_17 = ___vector0; float L_18 = L_17->get_W_3(); double L_19; L_19 = bankers_round(((double)((double)L_18))); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10))&(int32_t)((int32_t)1023)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_13))&(int32_t)((int32_t)1023)))<<(int32_t)((int32_t)10)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16))&(int32_t)((int32_t)1023)))<<(int32_t)((int32_t)20)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19))&(int32_t)3))<<(int32_t)((int32_t)30))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_set_PackedValue_mBDF51AE3DE7B6742EA826750D1FC03A81DB85B0A_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Short4_Pack_m7B580A2AAB3B54363B6930F4A04310CB7B9F65A7_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields*)il2cpp_codegen_static_fields_for(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var))->get_Min_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields*)il2cpp_codegen_static_fields_for(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var))->get_Max_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_9; L_9 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_8, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; float L_11 = L_10->get_Y_1(); double L_12; L_12 = bankers_round(((double)((double)L_11))); int32_t L_13; L_13 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_12, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_13))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_14 = ___vector0; float L_15 = L_14->get_Z_2(); double L_16; L_16 = bankers_round(((double)((double)L_15))); int32_t L_17; L_17 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_16, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_17))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)32))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_W_3(); double L_20; L_20 = bankers_round(((double)((double)L_19))); int32_t L_21; L_21 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_20, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_21))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)48))); uint64_t L_22 = V_0; uint64_t L_23 = V_1; uint64_t L_24 = V_2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))|(int64_t)L_22))|(int64_t)L_23))|(int64_t)L_24)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_set_PackedValue_mE2509C3F76A66E380647E1EE0F7C50BA019BA8BD_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_gshared_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method) { { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_0 = ___source0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_gshared_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method) { { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_0 = ___source0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method) { { uint8_t L_0 = ___r0; __this->set_R_2(L_0); uint8_t L_1 = ___g1; __this->set_G_1(L_1); uint8_t L_2 = ___b2; __this->set_B_0(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m82E4033E7058CE4787854874FEED0377803C0EE8_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, float ___value21, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value10; float L_1 = ___value21; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; memset((&L_2), 0, sizeof(L_2)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_2), L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline(L_0, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)((float)L_1/(float)L_3)), ((float)((float)L_5/(float)L_7)), ((float)((float)L_9/(float)L_11)), ((float)((float)L_13/(float)L_15)), /*hidden argument*/NULL); return L_16; } }